From 125e916c84d3e5e48aea5dd34927e32286e324d4 Mon Sep 17 00:00:00 2001 From: Lukas Waslowski Date: Fri, 1 Nov 2024 18:37:38 +0100 Subject: [PATCH] Add comment for BpmTapControl. --- src/engine/controls/bpm/bpmtapcontrol.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engine/controls/bpm/bpmtapcontrol.h b/src/engine/controls/bpm/bpmtapcontrol.h index 5333eb37840..bcf873f8d4d 100644 --- a/src/engine/controls/bpm/bpmtapcontrol.h +++ b/src/engine/controls/bpm/bpmtapcontrol.h @@ -12,6 +12,9 @@ class ControlPushButton; +/// BpmTapControl handles the bpm_tap and tempo_tap buttons. It is related to, +/// but separate from, BeatGridControl and BpmControl because its functionality +/// is pretty much self-contained. class BpmTapControl : public EngineControl { Q_OBJECT