From 5927fb49976aea12591fb9d72eee77d1deeb2e6d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 26 Jan 2015 15:54:29 -0500 Subject: fix timing of Butler mapping config parameters to avoid crash. Amazing that this didn't show up on Linux at all, or on the first run after build. Computers ... sigh. Conflicts: libs/ardour/butler.cc --- libs/ardour/session_state.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/session_state.cc') diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index ce0d006a9e..ba904d24c9 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -271,6 +271,7 @@ Session::post_engine_init () Config->map_parameters (ff); config.map_parameters (ft); + _butler->map_parameters (); /* Reset all panners */ -- cgit v1.2.3