mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
Fix MIDI tracer time display for async and transport-master ports
This commit is contained in:
parent
4c5ad08e81
commit
f0d5d1323a
1 changed files with 4 additions and 0 deletions
|
|
@ -201,6 +201,10 @@ MidiPort::read_and_parse_entire_midi_buffer_with_no_speed_adjustment (pframes_t
|
||||||
|
|
||||||
parser.set_timestamp (now + timestamp);
|
parser.set_timestamp (now + timestamp);
|
||||||
|
|
||||||
|
if (_trace_parser) {
|
||||||
|
_trace_parser->set_timestamp (now + timestamp);
|
||||||
|
}
|
||||||
|
|
||||||
/* During this parsing stage, signals will be emitted from the
|
/* During this parsing stage, signals will be emitted from the
|
||||||
* Parser, which will update anything connected to it.
|
* Parser, which will update anything connected to it.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue