mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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;
|
string appname;
|
||||||
|
|
||||||
if (_target_device.empty()) {
|
if (_target_driver.empty() || _target_device.empty()) {
|
||||||
return appname;
|
return appname;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined (__linux)
|
if (_target_driver == "alsa") {
|
||||||
/* Linux potential control apps */
|
|
||||||
|
|
||||||
if (_target_device == "Hammerfall DSP") {
|
if (_target_device == "Hammerfall DSP") {
|
||||||
appname = "hdspconf";
|
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;
|
return appname;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue