Skip to content

Commit

Permalink
Removed peak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kockie69 committed Dec 7, 2021
1 parent afafbfc commit 028b178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composites/LadderFilterBank.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ inline void LadderFilterBank<T>::step(int numChannels, Modes mode,
filtR.run(inputR);
const float outputr = (float)filtR.getOutput();
audioOutputR.setVoltage(outputr, channel);
//peak.step(outputr);
}
break;
case Modes::rightOnly: {
Expand Down

0 comments on commit 028b178

Please sign in to comment.