Browse Source

Fix some parts of BarBeatTick documentation (#86)

pull/92/head
Patrick Desaulniers Filipe Coelho <falktx@falktx.com> 7 years ago
parent
commit
bbca5beee3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      distrho/DistrhoPlugin.hpp

+ 2
- 2
distrho/DistrhoPlugin.hpp View File

@@ -546,7 +546,7 @@ struct TimePosition {


/** /**
Current tick within beat.@n Current tick within beat.@n
Should always be > 0 and <= @a ticksPerBeat.@n
Should always be >= 0 and < @a ticksPerBeat.@n
The first tick is tick '0'. The first tick is tick '0'.
*/ */
int32_t tick; int32_t tick;
@@ -567,7 +567,7 @@ struct TimePosition {
float beatType; float beatType;


/** /**
Number of ticks within a bar.@n
Number of ticks within a beat.@n
Usually a moderately large integer with many denominators, such as 1920.0. Usually a moderately large integer with many denominators, such as 1920.0.
*/ */
double ticksPerBeat; double ticksPerBeat;


Loading…
Cancel
Save