mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
more MTC debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@6570 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b4a395e8cc
commit
4ceac63116
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ MTC_Slave::rebind (MIDI::Port& p)
|
|||
void
|
||||
MTC_Slave::update_mtc_qtr (Parser& /*p*/, int which_qtr, nframes_t now)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::MTC, string_compose ("update MTC time does a reset, was full ? %1 now = %2\n", was_full, now));
|
||||
DEBUG_TRACE (DEBUG::MTC, string_compose ("update MTC qtr does a reset, qtr = %1 now = %2\n", which_qtr, now));
|
||||
maybe_reset ();
|
||||
|
||||
DEBUG_TRACE (DEBUG::MTC, string_compose ("qtr frame %1 at %2\n", which_qtr, now));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue