DPF

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

commit c64350f41acb05b04433979bc96c68b631091ce2
parent 1083a86dd794cbb533194d8d8f684674a70f0dd1
Author: falkTX <falktx@falktx.com>
Date:   Mon, 24 May 2021 10:08:41 +0100

Write link to JACK transport API docs as reference

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

Diffstat:
Mdistrho/DistrhoPlugin.hpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -528,7 +528,7 @@ struct MidiEvent { The @a playing and @a frame values are always valid.@n BBT values are only valid when @a bbt.valid is true. - This struct is inspired by the JACK Transport API. + This struct is inspired by the [JACK Transport API](https://jackaudio.org/api/structjack__position__t.html). */ struct TimePosition { /**