mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
JACK: re-create backend when re-connecting to the server
This updates the client-name when re-connecting to the server, which is apparently useful with NSM.
This commit is contained in:
parent
692aa7bbb8
commit
36a2fb1ba8
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ instantiate (const std::string& arg1, const std::string& arg2)
|
|||
{
|
||||
try {
|
||||
jack_connection.reset (new JackConnection (arg1, arg2));
|
||||
backend.reset ();
|
||||
} catch (...) {
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue