summaryrefslogtreecommitdiff
path: root/plugingui/humanizerframecontent.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-05-12 13:54:37 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2019-05-12 13:54:37 +0200
commitcea71f777f5da0bd159301680b69ce5fed62aba4 (patch)
tree6091f10c5f5a9823097b9fac288cce5790e0a846 /plugingui/humanizerframecontent.h
parent585999c31627b61b98414e1966847a0e8a98b3ba (diff)
Add tips for velocity and timing humanizers as well as the visualizer. Prefix all knob labels with 'p'.
Diffstat (limited to 'plugingui/humanizerframecontent.h')
-rw-r--r--plugingui/humanizerframecontent.h6
1 files changed, 3 insertions, 3 deletions
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};