commit f1a8c81519d28def46ead58c015955fd1fefba44
parent 03bb7ef492bffadaede88355debb01ab0944f2bc
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 27 May 2022 12:42:02 +0200
Doc.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/events.h b/include/clap/events.h
@@ -12,7 +12,7 @@ extern "C" {
// must be the first attribute of the event
typedef struct clap_event_header {
uint32_t size; // event size including this header, eg: sizeof (clap_event_note)
- uint32_t time; // time at which the event happens
+ uint32_t time; // sample offset within the buffer for this event
uint16_t space_id; // event space, see clap_host_event_registry
uint16_t type; // event type
uint32_t flags; // see clap_event_flags