mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
missing method for MCP
git-svn-id: svn://localhost/ardour2/branches/3.0@12449 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9dae320b12
commit
8d41955b3d
1 changed files with 6 additions and 0 deletions
|
|
@ -383,6 +383,12 @@ DeviceInfo::has_master_fader() const
|
|||
return _has_master_fader;
|
||||
}
|
||||
|
||||
bool
|
||||
DeviceInfo::has_meters() const
|
||||
{
|
||||
return _has_meters;
|
||||
}
|
||||
|
||||
bool
|
||||
DeviceInfo::has_two_character_display() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue