monadgroup / axiom

A powerful realtime node-based audio synthesizer.
Other
678 stars 31 forks source link

Investigate and guard against min/max supported converter values #171

Open cpdt opened 5 years ago

cpdt commented 5 years ago

It's currently possible to get NaN values just by feeding out-of-range values into converters or DSP functions. We should look at what the ranges for these actually are, and add safeguards to them to prevent this.