From c82e1afddba24d0c5f9dcd06da913f4b116d22d3 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 16 Mar 2022 01:15:15 +0100 Subject: [PATCH] Add a note about NaNs --- plugins/diopser/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/diopser/src/lib.rs b/plugins/diopser/src/lib.rs index 31000300..a85f5eac 100644 --- a/plugins/diopser/src/lib.rs +++ b/plugins/diopser/src/lib.rs @@ -87,6 +87,7 @@ pub struct DiopserParams { /// The filter's center frequqency. When this is applied, the filters are spread around this /// frequency. + /// FIXME: Entering -3 or another invalid value will set the parameter to NaN #[id = "cutoff"] filter_frequency: FloatParam, /// The Q parameter for the filters.