AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit eb05465de9630c65f2580816ad5c531d359642fe
parent 704824feb90e36400d65d5bd100769958d773c72
Author: jatinchowdhury18 <[email protected]>
Date:   Sun, 27 Sep 2020 17:35:25 -0700

Clean up unused code

Diffstat:
MPlugin/Source/Processors/Hysteresis/HysteresisProcessing.h | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/Plugin/Source/Processors/Hysteresis/HysteresisProcessing.h b/Plugin/Source/Processors/Hysteresis/HysteresisProcessing.h @@ -38,11 +38,6 @@ public: M = illCondition ? 0.0 : M; H_d = illCondition ? 0.0 : H_d; - // if (std::isnan (M) || M > upperLim) - // { - // M = 0.0; - // } - M_n1 = M; H_n1 = H; H_d_n1 = H_d;