mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
Add missing well-known ctrl implementation (amend prev commit)
This commit is contained in:
parent
f1a0004d38
commit
ca67752dc5
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue