mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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";
|
appname = "hdspconf";
|
||||||
} else if (_target_device == "M Audio Delta 1010") {
|
} else if (_target_device == "M Audio Delta 1010") {
|
||||||
appname = "mudita24";
|
appname = "mudita24";
|
||||||
|
} else if (_target_device == "M2496") {
|
||||||
|
appname = "mudita24";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue