clap

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

commit cf00bd2af9461c548ebb5a19f8a4a442559306f5
parent 0ef46b9006439adf87e650457aa1397fd626dff5
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Mon,  3 Jan 2022 14:03:47 +0100

Add comment


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

diff --git a/include/clap/events.h b/include/clap/events.h @@ -225,7 +225,7 @@ typedef struct clap_event_midi2 { alignas(4) uint32_t data[4]; } clap_event_midi2_t; -// Input event list +// Input event list, events must be sorted by time. typedef struct clap_input_events { void *ctx; // reserved pointer for the list @@ -235,7 +235,7 @@ typedef struct clap_input_events { const clap_event_header_t *(*get)(const struct clap_input_events *list, uint32_t index); } clap_input_events_t; -// Output event list +// Output event list, events must be sorted by time. typedef struct clap_output_events { void *ctx; // reserved pointer for the list