note for dcms

This commit is contained in:
Weird Constructor 2021-05-29 15:28:41 +02:00
parent a9ad083e27
commit 4b2befde62

View file

@ -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";