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/sampleselectionframecontent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugingui/sampleselectionframecontent.h') 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}; -- cgit v1.2.3