summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-17 12:26:02 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-17 12:26:02 +0000
commit65c3f4c88c8f36820cd70fda21df35aef32931d9 (patch)
treea4824c857e4279a4838245c56cb5b6392187f6bd /libs/ardour/session_process.cc
parent40f3cac2d56d0a7a8d31d9a24dc55fc766278a42 (diff)
clean up VST debugging output
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4861 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 1a289807b3..99615a08b3 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -384,7 +384,7 @@ Session::process_with_events (nframes_t nframes)
/* if an event left our state changing, do the right thing */
- if (non_realtime_work_pending()) {
+ if (nframes && non_realtime_work_pending()) {
no_roll (nframes, offset);
break;
}