Skip to content

Struct daisy::NoteOnEvent

ClassList > daisy > NoteOnEvent

More...

  • #include <MidiEvent.h>

Public Attributes

Type Name
int channel
uint8_t note
uint8_t velocity

Detailed Description

Struct containing note, and velocity data for a given channel. Can be made from MidiEvent

Public Attributes Documentation

variable channel

int daisy::NoteOnEvent::channel;

&


variable note

uint8_t daisy::NoteOnEvent::note;

&


variable velocity

uint8_t daisy::NoteOnEvent::velocity;

&



The documentation for this class was generated from the following file external-docs/libDaisy/src/hid/MidiEvent.h