Skip to content

Commit

Permalink
Review feedback: Host or Plugin can ignore event.
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Feb 20, 2024
1 parent bcdc1ef commit 9aec0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/clap/events.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9aec0ec

Please sign in to comment.