DPF

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

commit bbca5beee33c0097089241183ee45f4ffcc05daa
parent bf9ba880ded48ed051983d26aa7c23ec918f66c3
Author: Patrick Desaulniers <desaulniers.patrick@carrefour.cegepvicto.ca>
Date:   Thu, 29 Nov 2018 03:02:54 -0500

Fix some parts of BarBeatTick documentation (#86)


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

diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -546,7 +546,7 @@ struct TimePosition { /** 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'. */ int32_t tick; @@ -567,7 +567,7 @@ struct TimePosition { 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. */ double ticksPerBeat;