From f0c16920f5a62300f5197b6a339dbc5fec12a882 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 25 Jun 2022 23:22:17 +0100 Subject: [PATCH] Leave warning note about TimePosition.frame not being monotonic Signed-off-by: falkTX --- distrho/DistrhoPlugin.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp index 9fdc86aa..964acdc7 100644 --- a/distrho/DistrhoPlugin.hpp +++ b/distrho/DistrhoPlugin.hpp @@ -750,6 +750,8 @@ struct TimePosition { /** Current host transport position in frames. + @note This value is not always monotonic, + with some plugin hosts assigning it based on a source that can accumulate rounding errors. */ uint64_t frame;