DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit f0c16920f5a62300f5197b6a339dbc5fec12a882
parent e36355245414223d499421a87d88d8aef0b1078b
Author: falkTX <falktx@falktx.com>
Date:   Sat, 25 Jun 2022 23:21:50 +0100

Leave warning note about TimePosition.frame not being monotonic

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/DistrhoPlugin.hpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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;