From 9351c6d9812523b0b8027f2b2e0de54c27004bc2 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 Jan 2025 09:22:17 +0100 Subject: Fix config --- UI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UI.cpp') 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; -- cgit v1.2.3