diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 5a721aa279..4a8acb4dda 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -287,6 +287,8 @@ Session::process_with_events (nframes_t nframes) process_event (ev); } + dump_events (); + /* Events caused a transport change, send an MTC Full Frame (SMPTE) message. * This is sent whether rolling or not, to give slaves an idea of ardour time * on locates (and allow slow slaves to position and prepare for rolling)