changed documentation of sampler dir
This commit is contained in:
parent
4f29168a08
commit
c9c5746bf9
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue