chkhld

Results 2 issues of chkhld

In the [code for your Sine Clipping algorithm](https://github.com/vvvar/PeakEater/blob/a99b8db4e67a125216634fdcab663050f7cc3add/source/processor/Sigmoid.h#L64), you check if the abs() of the incoming sample is below Pi: ```if (fabsf(x) < juce::MathConstants::pi)``` and then you run it through...

The Wave Scope has a [setting that should halt the display whenever Reaper is paused](https://github.com/chkhld/jsfx/blob/main/Metering/wave_scope.jsfx#L204), so that what's currently visible in the display stays there and doesn't vanish off to...

reaper bug