summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/route.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 12d4e76045..6ae43907be 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -140,6 +140,11 @@ Route::weakroute () {
int
Route::init ()
{
+ /* default master bus to use strict i/o */
+ if (is_master()) {
+ _strict_io = true;
+ }
+
/* add standard controls */
_gain_control.reset (new GainControl (_session, GainAutomation));