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 {