From 4b2befde62dfd1b76940a5086eed0a88c195829b Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Sat, 29 May 2021 15:28:41 +0200 Subject: [PATCH] note for dcms --- src/dsp/node_sampl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsp/node_sampl.rs b/src/dsp/node_sampl.rs index 9c4450d..a05f69c 100644 --- a/src/dsp/node_sampl.rs +++ b/src/dsp/node_sampl.rs @@ -37,7 +37,7 @@ impl Sampl { pub const len : &'static str = "Sampl len\nLength of the sample, after the offset has been applied.\nRange: (0..1)\n"; pub const dcms : &'static str = - "Sampl dcms\nDeclick fade time in milliseconds.\nUnsmoothed\nRange: (0..1)\n"; + "Sampl dcms\nDeclick fade time in milliseconds.\nNot audio rate!\nRange: (0..1)\n"; pub const sample : &'static str = "Sampl sample\nThe audio sample that is played back.\nRange: (-1..1)\n";