From cea71f777f5da0bd159301680b69ce5fed62aba4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 12 May 2019 13:54:37 +0200 Subject: Add tips for velocity and timing humanizers as well as the visualizer. Prefix all knob labels with 'p'. --- plugingui/humanizerframecontent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugingui/humanizerframecontent.h') diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h index 048aea7..c8a49e7 100644 --- a/plugingui/humanizerframecontent.h +++ b/plugingui/humanizerframecontent.h @@ -56,9 +56,9 @@ private: GridLayout layout{this, 3, 1}; - LabeledControl attack{this, "Attack"}; // drummer strength - LabeledControl falloff{this, "Release"}; // regain - LabeledControl stddev{this, "StdDev"}; + LabeledControl attack{this, "pAttack"}; // drummer strength + LabeledControl falloff{this, "pRelease"}; // regain + LabeledControl stddev{this, "pStdDev"}; Knob attack_knob{&attack}; Knob falloff_knob{&falloff}; -- cgit v1.2.3