mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 14:16:00 -06:00
fix for kCathedral and kCathedral2 thanks to naren
This commit is contained in:
parent
cf8dadb915
commit
ad8ecb58b2
12 changed files with 12 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -318,6 +318,7 @@ ComponentResult kCathedral::Reset(AudioUnitScope inScope, AudioUnitElement inEl
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -324,6 +324,7 @@ ComponentResult kCathedral2::Reset(AudioUnitScope inScope, AudioUnitElement inE
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -318,6 +318,7 @@ ComponentResult kCathedral::Reset(AudioUnitScope inScope, AudioUnitElement inEl
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -324,6 +324,7 @@ ComponentResult kCathedral2::Reset(AudioUnitScope inScope, AudioUnitElement inE
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) :
|
|||
countYR = 1;
|
||||
|
||||
countZ = 1;
|
||||
countVLF = 1;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue