|
| bool | MidiInterface< SerialPort, _Settings >::read () |
| | Read messages from the serial port using the main input channel. More...
|
| |
| bool | MidiInterface< SerialPort, _Settings >::read (Channel inChannel) |
| | Read messages on a specified channel. More...
|
| |
| MidiType | MidiInterface< SerialPort, _Settings >::getType () const |
| | Get the last received message's type. More...
|
| |
| Channel | MidiInterface< SerialPort, _Settings >::getChannel () const |
| | Get the channel of the message stored in the structure. More...
|
| |
| DataByte | MidiInterface< SerialPort, _Settings >::getData1 () const |
| | Get the first data byte of the last received message. More...
|
| |
| DataByte | MidiInterface< SerialPort, _Settings >::getData2 () const |
| | Get the second data byte of the last received message. More...
|
| |
| const byte * | MidiInterface< SerialPort, _Settings >::getSysExArray () const |
| | Get the System Exclusive byte array. More...
|
| |
| unsigned | MidiInterface< SerialPort, _Settings >::getSysExArrayLength () const |
| | Get the lenght of the System Exclusive array. More...
|
| |
| bool | MidiInterface< SerialPort, _Settings >::check () const |
| | Check if a valid message is stored in the structure. More...
|
| |
| Channel | MidiInterface< SerialPort, _Settings >::getInputChannel () const |
| |
| void | MidiInterface< SerialPort, _Settings >::setInputChannel (Channel inChannel) |
| | Set the value for the input MIDI channel. More...
|
| |
| static MidiType | MidiInterface< SerialPort, _Settings >::getTypeFromStatusByte (byte inStatus) |
| | Extract an enumerated MIDI type from a status byte. More...
|
| |
| static Channel | MidiInterface< SerialPort, _Settings >::getChannelFromStatusByte (byte inStatus) |
| | Returns channel in the range 1-16. More...
|
| |
| static bool | MidiInterface< SerialPort, _Settings >::isChannelMessage (MidiType inType) |
| |