Midi Parser
A simple library that reads and parses binary MIDI files
|
Represents variable-length quantity of the MTrkEvent. More...
#include <VLQ.h>
Public Member Functions | |
VLQ ()=default | |
VLQ (const char *filePath, long addr) | |
uint32_t | getData () const |
uint8_t | getByteLength () const |
Protected Attributes | |
uint32_t | data {} |
uint8_t | length {} |
Represents variable-length quantity of the MTrkEvent.
|
default |
Default constructor
VLQ::VLQ | ( | const char * | filePath, |
long | addr | ||
) |