This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
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
e363552454
commit
f0c16920f5
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save