Skip to content

Commit 7d6b9f3

Browse files
committed
Update to Latest Airwin
1 parent 335eb49 commit 7d6b9f3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

libs/airwindows

Submodule airwindows updated 30 files

src/autogen_airwin/ConsoleHChannel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ConsoleHChannel::ConsoleHChannel(audioMasterCallback audioMaster) :
103103
for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;}
104104
for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;}
105105
avgPos = 0;
106-
lastDarkL = 0.0; lastDarkL = 0.0;
106+
lastDarkL = 0.0; lastDarkR = 0.0;
107107
//preTapeHack
108108

109109
lFreqA = 1.0; lFreqB = 1.0;

src/autogen_airwin/ConsoleHPre.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ AudioEffectX(audioMaster, kNumPrograms, kNumParameters)
103103
for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;}
104104
for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;}
105105
avgPos = 0;
106-
lastDarkL = 0.0; lastDarkL = 0.0;
106+
lastDarkL = 0.0; lastDarkR = 0.0;
107107
//preTapeHack
108108

109109
lFreqA = 1.0; lFreqB = 1.0;

src/autogen_airwin/ConsoleX2Channel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ConsoleX2Channel::ConsoleX2Channel(audioMasterCallback audioMaster) :
9292
for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;}
9393
for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;}
9494
avgPos = 0;
95-
lastDarkL = 0.0; lastDarkL = 0.0;
95+
lastDarkL = 0.0; lastDarkR = 0.0;
9696
//preTapeHack
9797

9898
lFreqA = 1.0; lFreqB = 1.0;

src/autogen_airwin/ConsoleX2Pre.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ConsoleX2Pre::ConsoleX2Pre(audioMasterCallback audioMaster) :
9292
for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;}
9393
for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;}
9494
avgPos = 0;
95-
lastDarkL = 0.0; lastDarkL = 0.0;
95+
lastDarkL = 0.0; lastDarkR = 0.0;
9696
//preTapeHack
9797

9898
lFreqA = 1.0; lFreqB = 1.0;

src/autogen_airwin/TapeHack2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TapeHack2::TapeHack2(audioMasterCallback audioMaster) :
2626
for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;}
2727
for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;}
2828
avgPos = 0;
29-
lastDarkL = 0.0; lastDarkL = 0.0;
29+
lastDarkL = 0.0; lastDarkR = 0.0;
3030
//preTapeHack
3131

3232
fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX;

src/autogen_airwin/ToTape9.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ToTape9::ToTape9(audioMasterCallback audioMaster) :
5757
for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;}
5858
for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;}
5959
avgPos = 0;
60-
lastDarkL = 0.0; lastDarkL = 0.0;
60+
lastDarkL = 0.0; lastDarkR = 0.0;
6161
//preTapeHack
6262

6363
lastSampleL = 0.0;

0 commit comments

Comments
 (0)