summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2020-05-01 19:23:26 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2020-05-01 19:23:26 +0200
commitbfc8486a9428274d421f5c51cca8779b3ab88073 (patch)
treed98f642f05f7a3091358c436c3386bd0da5ed2db
parent5d4c9b511e3feef507549384816a45a962fc9df4 (diff)
Shorten tooltip text.
-rw-r--r--plugingui/maintab.cc12
1 files changed, 5 insertions, 7 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc
index 7f5df04..9959f7e 100644
--- a/plugingui/maintab.cc
+++ b/plugingui/maintab.cc
@@ -84,13 +84,11 @@ and velocity.";
constexpr char power_tip[] = "\
This function controls how the input powers are mapped to the powers that\n\
DrumGizmo uses for selecting samples. You can control the function by dragging\n\
-and dropping the three colorful balls. The function is forced to be monotone\n\
-such that a higher input power always also has to be mapped to the same or a\n\
-higher output power. Furthermore, you can either use a shelf, which draws a\n\
-horizontal line from the green and red balls to the left/right side. Or you can\n\
-turn off the shelf, and then the function goes through the lower left corner,\n\
-then the three balls, and then the upper right corner, enabling to draw more\n\
-complicated functions.";
+and dropping the three colorful control points. Additionally, you can either\n\
+use a shelf, which draws a horizontal line from the green and red control\n\
+points to the left/right side. Or you can turn off the shelf, and then the\n\
+function goes through the lower left corner, then the three control points,\n\
+and then the upper right corner, enabling to draw more complicated functions.";
} // end anonymous namespace