fix output latency option in jack command line
This commit is contained in:
parent
9680c345c4
commit
50bbf3f656
@ -831,7 +831,7 @@ ARDOUR::get_jack_command_line_string (const JackCommandLineOptions& options, str
|
||||
args.push_back (to_string (options.input_latency, std::dec));
|
||||
}
|
||||
if (options.output_latency) {
|
||||
args.push_back ("-0");
|
||||
args.push_back ("-O");
|
||||
args.push_back (to_string (options.output_latency, std::dec));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user