mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
profile initialization per-program needs to happen earlier, in ARDOUR::init()
This commit is contained in:
parent
b2570bcaa3
commit
21a39c5f1f
1 changed files with 8 additions and 0 deletions
|
|
@ -688,6 +688,14 @@ ARDOUR::init (bool try_optimization, const char* localedir, bool with_gui)
|
|||
|
||||
Profile = new RuntimeProfile;
|
||||
|
||||
if (g_getenv ("MIXBUS")) {
|
||||
ARDOUR::Profile->set_mixbus ();
|
||||
}
|
||||
|
||||
#ifdef LIVETRAX
|
||||
ARDOUR::Profile->set_livetrax ();
|
||||
#endif
|
||||
|
||||
#ifdef WINDOWS_VST_SUPPORT
|
||||
if (Config->get_use_windows_vst () && fst_init (0)) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue