1
0
Fork 0

Add a note about NaNs

This commit is contained in:
Robbert van der Helm 2022-03-16 01:15:15 +01:00
parent ce85874340
commit c82e1afddb

View file

@ -87,6 +87,7 @@ pub struct DiopserParams {
/// The filter's center frequqency. When this is applied, the filters are spread around this /// The filter's center frequqency. When this is applied, the filters are spread around this
/// frequency. /// frequency.
/// FIXME: Entering -3 or another invalid value will set the parameter to NaN
#[id = "cutoff"] #[id = "cutoff"]
filter_frequency: FloatParam, filter_frequency: FloatParam,
/// The Q parameter for the filters. /// The Q parameter for the filters.