libmidi++: allow tracer to print tick message
This commit is contained in:
parent
95ad72bda6
commit
4c4f659c5d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user