summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-20 16:45:14 +0200
committerRobin Gareus <robin@gareus.org>2017-07-20 16:45:24 +0200
commitadc2c756e61fb0051b53c39fe78d115493d81a47 (patch)
treef5791b4f0633dc721fbc5ff2c0209de262fd2947 /libs/ardour/route.cc
parent40e2f9a68ab15b5accd1cd992c07d906d7d9b637 (diff)
Allow adding tracks w/o running backend
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index acd5149e3b..22d9713486 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -926,10 +926,6 @@ Route::add_processors (const ProcessorList& others, boost::shared_ptr<Processor>
loc = _processors.end ();
}
- if (!AudioEngine::instance()->connected()) {
- return 1;
- }
-
if (others.empty()) {
return 0;
}