From bd5da84928bcc2fa25ff248e78ee84d8fff1be70 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 2 Apr 2016 01:22:57 +0200 Subject: [PATCH] reset pin-maps with custom config. --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 6519980b68..33b03e162f 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -2443,6 +2443,7 @@ Route::customize_plugin_insert (boost::shared_ptr proc, uint32_t coun if (count == 0) { pi->set_custom_cfg (false); + pi->reset_map (); } else { pi->set_custom_cfg (true); pi->set_count (count); -- 2.30.2