clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit a65b780627c3eef325670fcf2ec98976ed8a8f40
parent 9776741d7d1ec9462217e663fcbe137713e329a9
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 17 Oct 2014 01:21:34 +0200

Add latency to the plugin

Diffstat:
Minclude/clap/clap.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -330,6 +330,8 @@ struct clap_plugin bool supports_tunning; bool supports_microtones; + uint32_t latency; // latency in samples + /* Audio ports. * The port configuration has to be done before the plugin * activation, or after the plugin deactivateion.