Skip to content

Commit

Permalink
CLANG
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-gochenour committed Feb 5, 2025
1 parent fb3b9cf commit c1e9dd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/deluge/gui/views/navigation_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ class NavigationView {
DEF_STACK_STRING_BUF(parameterName, 25);
char noteRowName[50]; // Used by VELOCITY automation

const char* textBuffer; // Used by KEYBOARD and PERFORMANCE as label to replace navigation
bool hasTempoBPM; // True when BPM is drawn on dashboard
bool hasScale; // True when Scale is drawn on dashboard
const char* textBuffer; // Used by KEYBOARD and PERFORMANCE as label to replace navigation
bool hasTempoBPM; // True when BPM is drawn on dashboard
bool hasScale; // True when Scale is drawn on dashboard
bool hasRemainingCountdown; // True when cue overlays the tempo BPM

bool useNavigationView();
Expand Down

0 comments on commit c1e9dd4

Please sign in to comment.