daisy::PolyphonicKeyPressureEvent¶
Module: LIBDAISY / HUMAN_INTERFACE / MIDI / MIDI_EVENTS
#include <MidiEvent.h>
Public Attributes¶
Name | |
---|---|
int | channel |
uint8_t | note |
uint8_t | pressure |
Detailed Description¶
Struct containing note, and pressure data for a given channel. Can be made from MidiEvent
Public Attributes Documentation¶
variable channel¶
variable note¶
variable pressure¶
Updated on 2024-01-03 at 19:41:01 +0000