From c9c5746bf94b28382eb69a58af9cdd6577cd03ab Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Sat, 12 Jun 2021 09:20:44 +0200 Subject: [PATCH] changed documentation of sampler dir --- src/dsp/node_sampl.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dsp/node_sampl.rs b/src/dsp/node_sampl.rs index fa91423..c425bca 100644 --- a/src/dsp/node_sampl.rs +++ b/src/dsp/node_sampl.rs @@ -97,8 +97,8 @@ impl Sampl { This if useful if you don't want to add an envelope just for \ getting rid of the clicks if spos and epos are modulated."; pub const dir : &'static str = - "Sampl dir\nWith this you can reverse the direction of the playhead.\n\ - Or put simple: Play your sample forward or backward."; + "Sampl dir\nSets the direction of the playhead, plays the sample \ + forwards or backwards."; pub const sig : &'static str = "Sampl sig\nSampler audio output\nRange: (-1..1)\n";