|
Arduino MIDI File Parser
|
Parse the MidiFileParser sending the output to MidiStreamOut. This class requires https://github.com/pschatzmann/arduino-midi. More...
#include <MidiFileParserOut.h>

Public Member Functions | |
| MidiFileParserOut (MidiFileParser &file, MidiStreamOut &out) | |
| Default Constructor. | |
| bool | parse () |
| Parses the midi message and forwards it to MidiStreamp_out-> Returns false when we are at the end. | |
Protected Member Functions | |
| void | log (const char *msg) |
Protected Attributes | |
| MidiFileParser * | p_file = nullptr |
| MidiStreamOut * | p_out = nullptr |
| bool | active = true |
Parse the MidiFileParser sending the output to MidiStreamOut. This class requires https://github.com/pschatzmann/arduino-midi.