mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
fix name of client given to audioengine backend (shows up with JACK)
This commit is contained in:
parent
946c451431
commit
993c020286
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ EngineStateController::set_new_backend_as_current(const std::string& backend_nam
|
|||
return true;
|
||||
}
|
||||
|
||||
boost::shared_ptr<AudioBackend> backend = AudioEngine::instance()->set_backend (backend_name, "ardour", "");
|
||||
boost::shared_ptr<AudioBackend> backend = AudioEngine::instance()->set_backend (backend_name, PROGRAM_NAME, "");
|
||||
if (backend)
|
||||
{
|
||||
if (_current_state != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue