From c9f09a10c4ed825c50e636b66844048e4f50e88e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 23 Apr 2012 16:24:41 +0000 Subject: move MIDI::Manager::cycle_{start,end}() calls from Session into AudioEngine so that they will continue even if the session has been disconnected from the session git-svn-id: svn://localhost/ardour2/branches/3.0@12066 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_process.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ardour/session_process.cc') diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index be3f4f968b..c8f76f3d70 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -62,8 +62,6 @@ Session::process (pframes_t nframes) { framepos_t transport_at_start = _transport_frame; - MIDI::Manager::instance()->cycle_start(nframes); - _silent = false; if (processing_blocked()) { @@ -99,7 +97,6 @@ Session::process (pframes_t nframes) SendFeedback (); /* EMIT SIGNAL */ - MIDI::Manager::instance()->cycle_end(); } int -- cgit v1.2.3