Add a note about NaNs
This commit is contained in:
parent
ce85874340
commit
c82e1afddb
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue