mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
no namespace needed
This commit is contained in:
parent
e7a15ce377
commit
5a9a9ea761
1 changed files with 2 additions and 2 deletions
|
|
@ -689,11 +689,11 @@ ARDOUR::init (bool try_optimization, const char* localedir, bool with_gui)
|
||||||
Profile = new RuntimeProfile;
|
Profile = new RuntimeProfile;
|
||||||
|
|
||||||
if (g_getenv ("MIXBUS")) {
|
if (g_getenv ("MIXBUS")) {
|
||||||
ARDOUR::Profile->set_mixbus ();
|
Profile->set_mixbus ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef LIVETRAX
|
#ifdef LIVETRAX
|
||||||
ARDOUR::Profile->set_livetrax ();
|
Profile->set_livetrax ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WINDOWS_VST_SUPPORT
|
#ifdef WINDOWS_VST_SUPPORT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue