Skip to content

daisy::PolyphonicKeyPressureEvent

Module: LIBDAISY / HUMAN_INTERFACE / MIDI / MIDI_EVENTS

More...

#include <MidiEvent.h>

Public Attributes

Name
int channel
uint8_t note
uint8_t pressure

Detailed Description

struct daisy::PolyphonicKeyPressureEvent;

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

Public Attributes Documentation

variable channel

int channel;

variable note

uint8_t note;

variable pressure

uint8_t pressure;

Updated on 2024-01-03 at 19:41:01 +0000