From 234c7e9f384375e0587df1894dccb60576a3fd36 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 1 Jul 2010 21:56:45 +0000 Subject: [PATCH] show event state for debugging of NPAE\n git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7353 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_process.cc | 2 ++ 1 file changed, 2 insertions(+) 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)