Send a song position pointer with mmc and fullframe fake locating
authorMichael Fisher <mfisher31@gmail.com>
Sun, 28 Jul 2013 22:17:40 +0000 (17:17 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 8 Aug 2013 19:26:17 +0000 (15:26 -0400)
gtk2_ardour/editor_drag.cc

index ec279e5c0882a7264c0ead357e4af0c9f3a841ad..900424734fa2debee0badc24878bed85ff1c8e3f 100644 (file)
@@ -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);