mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -144,7 +144,7 @@ static MyEventLoop* event_loop = NULL;
|
|||
static void
|
||||
init ()
|
||||
{
|
||||
if (!ARDOUR::init (false, true, localedir)) {
|
||||
if (!ARDOUR::init (true, localedir)) {
|
||||
cerr << "Ardour failed to initialize\n" << endl;
|
||||
console_madness_end ();
|
||||
::exit (EXIT_FAILURE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue