summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-05 23:16:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-05 23:16:32 +0000
commit5999bd56dab2a2a5263d574b0df4c74811a97319 (patch)
tree316ceae62e3980a94cdb97b0e2ff23b73dd54639 /libs/ardour/session_process.cc
parentfaeeb292020dc5aab162557409d13dd57c7b42ff (diff)
fix monitoring so that MIDI tracks don't work the same way as audio (basically, they are always in "ardour does monitoring" mode
git-svn-id: svn://localhost/ardour2/branches/3.0@9081 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 2c41594d21..fb39e7115e 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -436,7 +436,6 @@ Session::process_with_events (pframes_t nframes)
/* this is necessary to handle the case of seamless looping */
end_frame = _transport_frame + floor (nframes * _transport_speed);
-
}
set_next_event ();