Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jan 15, 2024
1 parent 0fc394f commit a0f6859
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 @@ -151,8 +151,8 @@ enum {
typedef struct clap_event_note {
clap_event_header_t header;

int32_t note_id; // host provided note id, -1 if unspecified or wildcard
int16_t port_index; // Port index from ext/note-ports; -1 for wildcard
int32_t note_id; // host provided note id >= 0, or -1 if unspecified or wildcard
int16_t port_index; // port index from ext/note-ports; -1 for wildcard
int16_t channel; // 0..15, same as MIDI1 Channel Number, -1 for wildcard
int16_t key; // 0..127, same as MIDI1 Key Number (60==Middle C), -1 for wildcard
double velocity; // 0..1
Expand Down

0 comments on commit a0f6859

Please sign in to comment.