Skip to content

Commit

Permalink
initialised the way @weefuzzy likes it
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblap committed Feb 10, 2024
1 parent b737c31 commit 9653589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/algorithms/public/Envelope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Envelope

double mHiPassFreq{0};
bool mInitialized{false};
double mPrevValid = 0;
double mPrevValid{0};

ButterworthHPFilter mHiPass1;
ButterworthHPFilter mHiPass2;
Expand Down
2 changes: 1 addition & 1 deletion include/algorithms/public/EnvelopeGate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class EnvelopeGate
index mLatency;
index mFillCount;
double mHiPassFreq{0};
double mPrevValid = 0;
double mPrevValid{0};

index mMinTimeAboveThreshold{440};
index mDownwardLookupTime{10};
Expand Down

0 comments on commit 9653589

Please sign in to comment.