mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
add UserA and UserB buttons to mackie button list
This commit is contained in:
parent
616e925322
commit
99764e946a
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ Button::name_to_id (const std::string& name)
|
||||||
if (!g_ascii_strcasecmp (name.c_str(), "Busses")) { return Busses; }
|
if (!g_ascii_strcasecmp (name.c_str(), "Busses")) { return Busses; }
|
||||||
if (!g_ascii_strcasecmp (name.c_str(), "Outputs")) { return Outputs; }
|
if (!g_ascii_strcasecmp (name.c_str(), "Outputs")) { return Outputs; }
|
||||||
if (!g_ascii_strcasecmp (name.c_str(), "User")) { return User; }
|
if (!g_ascii_strcasecmp (name.c_str(), "User")) { return User; }
|
||||||
|
if (!g_ascii_strcasecmp (name.c_str(), "UserA")) { return UserA; }
|
||||||
|
if (!g_ascii_strcasecmp (name.c_str(), "UserB")) { return UserB; }
|
||||||
if (!g_ascii_strcasecmp (name.c_str(), "Shift")) { return Shift; }
|
if (!g_ascii_strcasecmp (name.c_str(), "Shift")) { return Shift; }
|
||||||
if (!g_ascii_strcasecmp (name.c_str(), "Option")) { return Option; }
|
if (!g_ascii_strcasecmp (name.c_str(), "Option")) { return Option; }
|
||||||
if (!g_ascii_strcasecmp (name.c_str(), "Ctrl")) { return Ctrl; }
|
if (!g_ascii_strcasecmp (name.c_str(), "Ctrl")) { return Ctrl; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue