clap

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

commit 03bb7ef492bffadaede88355debb01ab0944f2bc
parent 53b5d844f4e4d328cc3e6993e25b436ccc95201e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 27 May 2022 12:41:03 +0200

Doc.

Diffstat:
Minclude/clap/events.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/events.h b/include/clap/events.h @@ -265,7 +265,7 @@ typedef struct clap_input_events { uint32_t (*size)(const struct clap_input_events *list); - // Don't free the return event, it belongs to the list + // Don't free the returned event, it belongs to the list const clap_event_header_t *(*get)(const struct clap_input_events *list, uint32_t index); } clap_input_events_t;