mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
more MTC debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@6564 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6236cf7df2
commit
acaf98ce38
1 changed files with 2 additions and 0 deletions
|
|
@ -186,6 +186,8 @@ MTC_Slave::update_mtc_time (const byte *msg, bool was_full, nframes_t now)
|
||||||
session.timecode_to_sample (timecode, mtc_frame, true, false);
|
session.timecode_to_sample (timecode, mtc_frame, true, false);
|
||||||
session.request_locate (mtc_frame, false);
|
session.request_locate (mtc_frame, false);
|
||||||
session.request_transport_speed (0);
|
session.request_transport_speed (0);
|
||||||
|
DEBUG_TRACE (DEBUG::MTC, string_compose ("reset MTC status to stopped, outside MTC window (%1 .. %2 vs. %3)",
|
||||||
|
window_begin, window_end, mtc_frame));
|
||||||
update_mtc_status (MIDI::MTC_Stopped);
|
update_mtc_status (MIDI::MTC_Stopped);
|
||||||
reset_window (mtc_frame);
|
reset_window (mtc_frame);
|
||||||
reset ();
|
reset ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue