mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
expand scope of LTC_Slave::reset() to include more object state
This commit is contained in:
parent
5146d93853
commit
7fd05ff051
1 changed files with 2 additions and 0 deletions
|
|
@ -203,6 +203,8 @@ LTC_TransportMaster::reset (bool with_position)
|
|||
transport_direction = 0;
|
||||
sync_lock_broken = false;
|
||||
monotonic_cnt = 0;
|
||||
memset (&prev_frame, 0, sizeof(LTCFrameExt));
|
||||
frames_since_reset = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue