mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
explanatory comment
This commit is contained in:
parent
ccc81f05be
commit
b085a79938
1 changed files with 3 additions and 1 deletions
|
|
@ -451,7 +451,9 @@ JACKAudioBackend::setup_jack_startup_command ()
|
||||||
string cmdline;
|
string cmdline;
|
||||||
|
|
||||||
if (!get_jack_command_line_string (options, cmdline)) {
|
if (!get_jack_command_line_string (options, cmdline)) {
|
||||||
/* error, somehow */
|
/* error, somehow - we will still try to start JACK
|
||||||
|
* automatically but it will be without our preferred options
|
||||||
|
*/
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue