Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of nan/inf (LMMS#4743)
* If we find NaN/inf, we declare the whole buffer bad and set it to 0.0f. This is because the noise leading up to, or coming from, an infinite or NaN value is often very large and will create problems later in the sound chain. Especially if it hits a delay based fx with feedback. * We bump the clipping level to +/-10.0f.
- Loading branch information