summaryrefslogtreecommitdiff
path: root/plugingui/humanizerframecontent.h
diff options
context:
space:
mode:
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};