Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Jun 7, 2024
1 parent 1afa06f commit 6495f0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lilv.mli
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ module Plugin : sig
val has_latency : t -> bool

(** Index of the plugin's latency port. It is a fatal error to call this on a
plugin without checking if the port exists by first calling
[has_latency. Any plugin that introduces unwanted latency that should be
compensated for (by hosts with the ability/need) must provide this port,
which is a control rate output port that reports the latency for each cycle
in frames. *)
plugin without checking if the port exists by first calling
[has_latency]. Any plugin that introduces unwanted latency that should be
compensated for (by hosts with the ability/need) must provide this port,
which is a control rate output port that reports the latency for each
cycle in frames. *)
val latency_port_index : t -> int

(** Instances of plugins. *)
Expand Down

0 comments on commit 6495f0c

Please sign in to comment.