mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add envy24 control app name
This commit is contained in:
parent
ecfeeda4b8
commit
f06bab1fa3
1 changed files with 7 additions and 12 deletions
|
|
@ -959,23 +959,18 @@ JACKAudioBackend::control_app_name () const
|
|||
{
|
||||
string appname;
|
||||
|
||||
if (_target_device.empty()) {
|
||||
if (_target_driver.empty() || _target_device.empty()) {
|
||||
return appname;
|
||||
}
|
||||
|
||||
#if defined (__linux)
|
||||
/* Linux potential control apps */
|
||||
if (_target_driver == "alsa") {
|
||||
|
||||
if (_target_device == "Hammerfall DSP") {
|
||||
appname = "hdspconf";
|
||||
if (_target_device == "Hammerfall DSP") {
|
||||
appname = "hdspconf";
|
||||
} else if (_target_device == "M Audio Delta 1010") {
|
||||
appname = "mudita";
|
||||
}
|
||||
}
|
||||
#else
|
||||
#if defined (__APPLE__)
|
||||
/* OS X potential control apps */
|
||||
#else
|
||||
/* Windows potential control apps */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
return appname;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue