commit d1cb32262e399fe804725e159de467508203d655 parent f883fbde40388c5b1f1d27ecadd991dde51876ea Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Mon, 30 May 2022 09:07:27 +0200 Doc. Diffstat:
M | include/clap/events.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/events.h b/include/clap/events.h @@ -123,7 +123,7 @@ typedef int32_t clap_event_type; typedef struct clap_event_note { clap_event_header_t header; - int32_t note_id; // -1 if unspecified, otherwise >0 + int32_t note_id; // -1 if unspecified, otherwise >=0 int16_t port_index; int16_t channel; // 0..15 int16_t key; // 0..127