| Class Overview |
BMidiText();
The constructor creates a new BMidiText
object. The object's timer is set to zero and doesn't start ticking until
the first message is received. To force the timer to start, call
ResetTimer
(true
).
void AllNotesOff(bool start = false);
Sets the object's internal timer to zero. If
start
is false
the
timer doesn't start ticking until the next MIDI message is received. If
start
is true
, the
timer begins immediately.
The timer value is used to compute the timestamp that's displayed at the beginning of each message description.
The text strings that a BMidiText
object
displays are shown below, listed by MIDI event
timestamp
: SYSTEM EXCLUSIVE;
Followed by the data itself (in hex, byte-by-byte), starting on the next line.