Skip to content

daisy::NoteOffEvent

Module: LIBDAISY / HUMAN_INTERFACE / MIDI / MIDI_EVENTS

More...

#include <MidiEvent.h>

Public Attributes

Name
int channel
uint8_t note
uint8_t velocity

Detailed Description

struct daisy::NoteOffEvent;

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

Public Attributes Documentation

variable channel

int channel;

&

variable note

uint8_t note;

&

variable velocity

uint8_t velocity;

&


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