mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Do not implicitly modify VST support config parameters
This commit is contained in:
parent
7c45502f46
commit
16da5419d3
14 changed files with 14 additions and 33 deletions
|
|
@ -114,7 +114,7 @@ static MyEventLoop *event_loop;
|
|||
void
|
||||
SessionUtils::init (bool print_log)
|
||||
{
|
||||
if (!ARDOUR::init (false, true, localedir)) {
|
||||
if (!ARDOUR::init (true, localedir)) {
|
||||
cerr << "Ardour failed to initialize\n" << endl;
|
||||
::exit (EXIT_FAILURE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue