From 9aec0eceb6b8a7949f1e28f86c27a711c9920f2b Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 19 Feb 2024 20:59:41 -0500 Subject: [PATCH] Review feedback: Host or Plugin can ignore event. --- include/clap/events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clap/events.h b/include/clap/events.h index 1c14c43e..a6e97513 100644 --- a/include/clap/events.h +++ b/include/clap/events.h @@ -146,8 +146,8 @@ enum { // // In the case of note on events: // - The port, channel and key must be specified with a value >= 0 -// - A note-on event with a '-1' for Port Channel or Key is invalid and -// can be rejected or ignored by a plugin. +// - A note-on event with a '-1' for port, channel or key is invalid and +// can be rejected or ignored by a plugin or host. // - A host which does not support note ids should set the note id to -1. // // In the case of note choke or end events: