Add missing well-known ctrl implementation (amend prev commit)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user