Fix MIDI tracer time display for async and transport-master ports

This commit is contained in:
Robin Gareus 2020-06-10 00:16:02 +02:00
parent 4c5ad08e81
commit f0d5d1323a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -201,6 +201,10 @@ MidiPort::read_and_parse_entire_midi_buffer_with_no_speed_adjustment (pframes_t
parser.set_timestamp (now + timestamp);
if (_trace_parser) {
_trace_parser->set_timestamp (now + timestamp);
}
/* During this parsing stage, signals will be emitted from the
* Parser, which will update anything connected to it.
*