Add missing well-known ctrl implementation (amend prev commit)

This commit is contained in:
Robin Gareus 2023-03-14 20:47:09 +01:00
parent f1a0004d38
commit ca67752dc5
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -5818,6 +5818,12 @@ Route::tape_drive_controllable () const
return boost::shared_ptr<AutomationControl>();
}
boost::shared_ptr<AutomationControl>
Route::tape_drive_mode_controllable () const
{
return boost::shared_ptr<AutomationControl>();
}
boost::shared_ptr<ReadOnlyControl>
Route::tape_drive_mtr_controllable () const
{