Console needs to be set up early on
If there is any output printed before setting up the console, there will be no output at all.
This commit is contained in:
@@ -235,6 +235,8 @@ int nomain (int argc, char *argv[])
|
||||
int main (int argc, char *argv[])
|
||||
#endif
|
||||
{
|
||||
console_madness_begin();
|
||||
|
||||
ARDOUR::check_for_old_configuration_files();
|
||||
|
||||
/* global init is not thread safe.*/
|
||||
@@ -263,8 +265,6 @@ int main (int argc, char *argv[])
|
||||
}
|
||||
#endif
|
||||
|
||||
console_madness_begin();
|
||||
|
||||
#if (defined WINDOWS_VST_SUPPORT && !defined PLATFORM_WINDOWS)
|
||||
/* this does some magic that is needed to make GTK and X11 client interact properly.
|
||||
* the platform dependent code is in windows_vst_plugin_ui.cc
|
||||
|
||||
Reference in New Issue
Block a user