more minor cleanup

This commit is contained in:
2025-06-21 22:46:38 -07:00
parent ec7df0e517
commit 572b47f9d1
3 changed files with 4 additions and 3 deletions

View File

@ -147,6 +147,7 @@ void drawMenuItems(const char* menu_items[], int menu_size) {
}
}
// Display an indicator when swing percentage matches a musical note.
void swingDivisionMark() {
auto& ch = GetSelectedChannel();
switch (ch.getSwing()) {