Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
Loading...
Searching...
No Matches
MidiChannelMessage Class Reference

Public Member Functions

 MidiChannelMessage (MidiMessageType type)
midi_byte_t getStatusByte () const
MidiMessageType getType () const
int getChannel () const
const char * getTypeText () const
unsigned int getNumDataBytes () const
void setDataByte (unsigned int dataByteIndex, midi_byte_t input)
void setType (MidiMessageType type)
void setChannel (midi_byte_t channel)
midi_byte_t getDataByte (unsigned int index) const
void clear ()
void prettyPrint () const

Static Public Member Functions

static const char * getTypeText (MidiMessageType type)

Protected Attributes

midi_byte_t _statusByte
midi_byte_t _dataBytes [maxDataBytes]
MidiMessageType _type
midi_byte_t _channel

Detailed Description


The documentation for this class was generated from the following files: