summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-09 02:28:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-09 02:28:22 +0000
commite722f6e3a09b136b63d19767048860edc06dce69 (patch)
tree7bc76a3493bffb11f2805d99f464427dfea8de14 /libs/ardour/session_process.cc
parent9bb7dbc0115aeb3f7574f02a29d9d34e153c90ce (diff)
yet more changes to the monstrosity that is session loading and startup; search PATH for jackd/jackdmp, not predefined locations; support for the JACK dummy driver
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2847 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 99d1446bf4..7e4762ce47 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -255,7 +255,7 @@ Session::process_with_events (nframes_t nframes)
bool session_needs_butler = false;
nframes_t stop_limit;
long frames_moved;
-
+
/* make sure the auditioner is silent */
if (auditioner) {