From: Michael Fisher Date: Sun, 28 Jul 2013 22:17:40 +0000 (-0500) Subject: Send a song position pointer with mmc and fullframe fake locating X-Git-Tag: 1.0.0~1163 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=7d7d9a3fe7f824e899c7f8ce7a32da8878d24dd1;p=ardour.git Send a song position pointer with mmc and fullframe fake locating --- diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index ec279e5c08..900424734f 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -2379,6 +2379,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);