diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-12 21:51:49 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-12 21:51:49 +0200 | 
| commit | 590f3727e594bccbd486cd6742d239c923f9f4db (patch) | |
| tree | fee836cc256fb8312b0db62fc845b3cfd0f96943 /plugingui | |
| parent | cea71f777f5da0bd159301680b69ce5fed62aba4 (diff) | |
Fix pAttack/pRelease descriptions.
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/maintab.cc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc index 1582d5c..7df5e98 100644 --- a/plugingui/maintab.cc +++ b/plugingui/maintab.cc @@ -35,10 +35,10 @@ stamina of a physical drummers, ie. the fact that they\n\  loose power in their strokes when playing fast notes:\n\    * pAttack: How quickly the velocity gets reduced when\n\       playing fast notes.\n\ -     Higher value results in faster velocity reduction.\n\ +     Lower values result in faster velocity reduction.\n\    * pRelease: How quickly the drummer regains the velocity\n\       when there are spaces between the notes.\n\ -     Higher value results in faster regain.\n\ +     Lower values result in faster regain.\n\  \n\  The last knob controls the randomization of the sample selection:\n\    * pStdDev: The standard-deviation for the sample selection.\n\ | 
