mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
send LTC during process_with_events()
fixes #6277 This indicates a deeper problem though. Even removing a punch-range never clears out the events. and ession::process_with_events() does not use process_without_events() until re-start.
This commit is contained in:
parent
3e1fecbf37
commit
4e36760bac
1 changed files with 2 additions and 0 deletions
|
|
@ -373,6 +373,8 @@ Session::process_with_events (pframes_t nframes)
|
|||
send_midi_time_code_for_cycle (_transport_frame, end_frame, nframes);
|
||||
}
|
||||
|
||||
ltc_tx_send_time_code_for_cycle (_transport_frame, end_frame, _target_transport_speed, _transport_speed, nframes);
|
||||
|
||||
framepos_t stop_limit = compute_stop_limit ();
|
||||
|
||||
if (maybe_stop (stop_limit)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue