diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-12 13:54:37 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-12 13:54:37 +0200 |
commit | cea71f777f5da0bd159301680b69ce5fed62aba4 (patch) | |
tree | 6091f10c5f5a9823097b9fac288cce5790e0a846 /plugingui/sampleselectionframecontent.h | |
parent | 585999c31627b61b98414e1966847a0e8a98b3ba (diff) |
Add tips for velocity and timing humanizers as well as the visualizer. Prefix all knob labels with 'p'.
Diffstat (limited to 'plugingui/sampleselectionframecontent.h')
-rw-r--r-- | plugingui/sampleselectionframecontent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugingui/sampleselectionframecontent.h b/plugingui/sampleselectionframecontent.h index 20765ed..ebb1a02 100644 --- a/plugingui/sampleselectionframecontent.h +++ b/plugingui/sampleselectionframecontent.h @@ -60,9 +60,9 @@ private: GridLayout layout{this, 3, 1}; - LabeledControl f_close{this, "Close"}; - LabeledControl f_diverse{this, "Diverse"}; - LabeledControl f_random{this, "Random"}; + LabeledControl f_close{this, "pClose"}; + LabeledControl f_diverse{this, "pDiverse"}; + LabeledControl f_random{this, "pRandom"}; Knob f_close_knob{&f_close}; Knob f_diverse_knob{&f_diverse}; |