mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
add debug trace output for locate
This commit is contained in:
parent
ad7ff1ffd7
commit
75fec524d2
1 changed files with 1 additions and 0 deletions
|
|
@ -880,6 +880,7 @@ Session::process_event (SessionEvent* ev)
|
|||
|
||||
case SessionEvent::Locate:
|
||||
/* args: do not roll after locate, clear state, not for loop, force */
|
||||
DEBUG_TRACE (DEBUG::Transport, string_compose ("sending locate to %1 to tfsm\n", ev->target_sample));
|
||||
TFSM_LOCATE (ev->target_sample, ev->locate_transport_disposition, true, false, ev->yes_or_no);
|
||||
_send_timecode_update = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue