diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-04 09:22:17 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-04 09:22:17 +0100 |
commit | 9351c6d9812523b0b8027f2b2e0de54c27004bc2 (patch) | |
tree | 6cbf97a8a699630f83bdc1bc93a51736874e82bb /UI.cpp | |
parent | 0399f008b22482c46d37fa15e6be205b85681011 (diff) |
Fix config
Diffstat (limited to 'UI.cpp')
-rw-r--r-- | UI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ void UI::draw() std::cout << fmt::format(", max. {:2}%", max) << std::endl; std::cout << " Notes/Channels: -- -- -- ... (Choose)" << std::endl; - std::cout << " Timestamp: ------" << std::endl; + std::cout << " MIDI Timestamp: ------" << std::endl; std::cout << fmt::format(" Active sensing: {}", active_sensing_detected) << std::endl; std::cout << " Clock: ____ BPM" << std::endl; std::cout << " Click: ____ BPM" << std::endl; |