Browse Source

Leave warning note about TimePosition.frame not being monotonic

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX 2 years ago
parent
commit
f0c16920f5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      distrho/DistrhoPlugin.hpp

+ 2
- 0
distrho/DistrhoPlugin.hpp View File

@@ -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;



Loading…
Cancel
Save