![]() |
Deluge Firmware 1.3.0
Build date: 2025.11.02
|
#include <message.h>
Public Member Functions | |
| bool | isSystemMessage () const |
Static Public Member Functions | |
Constructors for certain types of message | |
| static MIDIMessage | noteOff (uint8_t channel, uint8_t note, uint8_t velocity) |
| static MIDIMessage | noteOn (uint8_t channel, uint8_t note, uint8_t velocity) |
| static MIDIMessage | polyphonicAftertouch (uint8_t channel, uint8_t note, uint8_t aftertouch) |
| static MIDIMessage | cc (uint8_t channel, uint8_t cc, uint8_t value) |
| static MIDIMessage | programChange (uint8_t channel, uint8_t program) |
| static MIDIMessage | channelAftertouch (uint8_t channel, uint8_t aftertouch) |
| static MIDIMessage | pitchBend (uint8_t channel, uint16_t bend) |
| Bend is 14 bits. | |
| static MIDIMessage | realtimeClock () |
| static MIDIMessage | realtimeStart () |
| static MIDIMessage | realtimeContinue () |
| static MIDIMessage | realtimeStop () |
| static MIDIMessage | systemPositionPointer (uint16_t position) |
Container for a MIDI status message.
See https://michd.me/jottings/midi-message-format-reference/ for a reference on the different status types and MIDI encoding in general.