From ca67752dc5ba125c4b9d62c285f444bf09e2bc0f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 14 Mar 2023 20:47:09 +0100 Subject: [PATCH] Add missing well-known ctrl implementation (amend prev commit) --- libs/ardour/route.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 78a248c9ca..1b3af27d00 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5818,6 +5818,12 @@ Route::tape_drive_controllable () const return boost::shared_ptr(); } +boost::shared_ptr +Route::tape_drive_mode_controllable () const +{ + return boost::shared_ptr(); +} + boost::shared_ptr Route::tape_drive_mtr_controllable () const {