diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-05 23:26:47 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-05 23:26:47 +0100 |
commit | 7c40af4b4950a69e67c26ebb3c5568cbfbc3dda9 (patch) | |
tree | a55284878ab49911763ff2d1ca2f0c6ad238b06c /PCM.cpp | |
parent | 03b28f03c38b35bcc1bbd1ec28a7be17affd3d28 (diff) |
Improve UI
Diffstat (limited to 'PCM.cpp')
-rw-r--r-- | PCM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ void PCM::click(std::chrono::duration<double> offset) m_phase = - click_latency_frames + delay + offset_frames; if (m_phase > 0) { - log_cout << fmt::format("phase = {}", m_phase) << std::endl; + log_cout << fmt::format("Warning: Click missed: Phase = {}", m_phase) << std::endl; } } |