summaryrefslogtreecommitdiffhomepage
path: root/UI.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-04 09:22:17 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-04 09:22:17 +0100
commit9351c6d9812523b0b8027f2b2e0de54c27004bc2 (patch)
tree6cbf97a8a699630f83bdc1bc93a51736874e82bb /UI.cpp
parent0399f008b22482c46d37fa15e6be205b85681011 (diff)
Fix config
Diffstat (limited to 'UI.cpp')
-rw-r--r--UI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI.cpp b/UI.cpp
index c083d53..c699aba 100644
--- a/UI.cpp
+++ b/UI.cpp
@@ -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;