Send a song position pointer with mmc and fullframe fake locating

This commit is contained in:
Michael Fisher 2013-07-28 17:17:40 -05:00 committed by Robin Gareus
parent 20189330d1
commit 79d134ca78

View File

@ -2373,6 +2373,7 @@ CursorDrag::fake_locate (framepos_t t)
framepos_t const f = _editor->playhead_cursor->current_frame;
s->send_mmc_locate (f);
s->send_full_time_code (f);
s->send_song_position_pointer (f);
}
show_verbose_cursor_time (t);