mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 01:47:43 +01:00
use -r argument with JACK if realtime is not requested in engine dialog (also applied to 2.X)
git-svn-id: svn://localhost/ardour2/branches/3.0@7476 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c11c01ef20
commit
fde289fe36
1 changed files with 2 additions and 0 deletions
|
|
@ -398,6 +398,8 @@ EngineControl::build_command_line (vector<string>& cmd)
|
|||
cmd.push_back ("-R");
|
||||
cmd.push_back ("-P");
|
||||
cmd.push_back (to_string ((uint32_t) floor (priority_spinner.get_value()), std::dec));
|
||||
} else {
|
||||
cmd.push_back ("-r"); /* override jackd's default --realtime */
|
||||
}
|
||||
|
||||
if (unlock_memory_button.get_active()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue