mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add M-Audio 2496 as a recognized card for the mudita24 control panel/app.
(Yes, this hard coding thing is awful)
This commit is contained in:
parent
bfe0cf9870
commit
2163467d31
1 changed files with 2 additions and 0 deletions
|
|
@ -1094,6 +1094,8 @@ JACKAudioBackend::control_app_name () const
|
|||
appname = "hdspconf";
|
||||
} else if (_target_device == "M Audio Delta 1010") {
|
||||
appname = "mudita24";
|
||||
} else if (_target_device == "M2496") {
|
||||
appname = "mudita24";
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue