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