mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Send a song position pointer with mmc and fullframe fake locating
This commit is contained in:
parent
20189330d1
commit
79d134ca78
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue