This class is used mainly for diagnostic purposes, providing log message output as MIDI message input is received.
More...
#include <MidiMsgLogDestination.h>
This class is used mainly for diagnostic purposes, providing log message output as MIDI message input is received.
◆ MidiMsgLogDestination()
| MidiMsgLogDestination::MidiMsgLogDestination |
( |
| ) |
|
◆ ~MidiMsgLogDestination()
| MidiMsgLogDestination::~MidiMsgLogDestination |
( |
| ) |
|
|
virtual |
◆ LogMessage()
| virtual void AudioDataLib::MidiMsgLogDestination::LogMessage |
( |
const std::string & | message | ) |
|
|
pure virtual |
The user should override this to provide a place for the log output to go.
- Parameters
-
| [in] | message | This is a string contain information about the MIDI message recieved. |
◆ ReceiveMessage()
| bool MidiMsgLogDestination::ReceiveMessage |
( |
double | deltaTimeSeconds, |
|
|
const uint8_t * | message, |
|
|
uint64_t | messageSize, |
|
|
Error & | error ) |
|
overridevirtual |
The documentation for this class was generated from the following files: