From bfc8486a9428274d421f5c51cca8779b3ab88073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 1 May 2020 19:23:26 +0200 Subject: Shorten tooltip text. --- plugingui/maintab.cc | 12 +++++------- 1 file 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 -- cgit v1.2.3