libmidi++: allow tracer to print tick message

This commit is contained in:
Paul Davis 2023-02-23 15:34:01 -07:00
parent 95ad72bda6
commit 4c4f659c5d
1 changed files with 5 additions and 0 deletions

View File

@ -221,6 +221,11 @@ Parser::trace_event (Parser &, MIDI::byte *msg, size_t len, samplecnt_t /*when*/
<< "Clock"
<< endmsg;
break;
case 0xf9:
*o << trace_prefix
<< "Tick"
<< endmsg;
break;
case 0xfa:
*o << trace_prefix
<< "Start"