Browse Source

Write link to JACK transport API docs as reference

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

+ 1
- 1
distrho/DistrhoPlugin.hpp View File

@@ -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 {
/**


Loading…
Cancel
Save