From b18fe9f4129da730ac9e979954ce998b278286b7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 24 Mar 2023 16:34:12 -0600 Subject: [PATCH] add method accidentally removed during rebase with spp-atomic --- libs/ardour/route.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 50ffbaddaf..c2539fba39 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5761,6 +5761,11 @@ Route::eq_band_cnt () const return 0; } +std::shared_ptr +Route::eq_enable_controllable () const +{ + return std::shared_ptr(); +} std::shared_ptr Route::eq_gain_controllable (uint32_t band) const {