fix documentation for delay feedback

This commit is contained in:
Weird Constructor 2021-06-23 05:12:37 +02:00
parent bdbfd01608
commit 40c5c2c9c9

View file

@ -43,7 +43,7 @@ impl Delay {
likings.\nRange: (0..1)"; likings.\nRange: (0..1)";
pub const fb : &'static str = pub const fb : &'static str =
"Delay fb\nThe feedback amount of the delay output to it's input. \ "Delay fb\nThe feedback amount of the delay output to it's input. \
\nRange: (0..1)"; \nRange: (-1..1)";
pub const mix : &'static str = pub const mix : &'static str =
"Delay mix\nThe dry/wet mix of the delay.\nRange: (0..1)"; "Delay mix\nThe dry/wet mix of the delay.\nRange: (0..1)";
pub const mode : &'static str = pub const mode : &'static str =