summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2020-05-01 17:36:13 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2020-05-01 17:36:13 +0200
commitf40de463adc75ff53d968b0a8d0154b022007e45 (patch)
treeccb1c728002d4ce90a1be344826bd5fb4ed97355
parentdceeab793a3d48e340554d26421d1dbff7e713e0 (diff)
Add tooltip to the powerwidget.
-rw-r--r--plugingui/maintab.cc13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc
index 9f0024e..7f5df04 100644
--- a/plugingui/maintab.cc
+++ b/plugingui/maintab.cc
@@ -81,9 +81,16 @@ The pink areas indicate the spread of the position and velocity of the\n\
next note in line. The wider the area the more the note can move in time\n\
and velocity.";
-constexpr char power_tip[] =
-R"lit(Some explanatory text about how the power curvatures work and how they
-can be controlled.)lit";
+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.";
} // end anonymous namespace