| @@ -2169,7 +2169,7 @@ def initHost(initName, libPrefixOrPluginClass, isControl, isPlugin, failError): | |||||
| # Init utils | # Init utils | ||||
| gCarla.utils = CarlaUtils(os.path.join(pathBinaries, utilsname)) | gCarla.utils = CarlaUtils(os.path.join(pathBinaries, utilsname)) | ||||
| gCarla.utils.set_process_name(initName) | |||||
| gCarla.utils.set_process_name(os.path.basename(initName)) | |||||
| #gCarla.utils.set_locale_C() | #gCarla.utils.set_locale_C() | ||||
| # -------------------------------------------------------------------------------------------------------- | # -------------------------------------------------------------------------------------------------------- | ||||
| @@ -252,6 +252,7 @@ public: | |||||
| carla_zeroChar(strBuf, 0xff+1); | carla_zeroChar(strBuf, 0xff+1); | ||||
| fAudioMaster(fEffect, audioMasterGetProductString, 0, 0, strBuf, 0); | fAudioMaster(fEffect, audioMasterGetProductString, 0, 0, strBuf, 0); | ||||
| #if 1 | |||||
| if (std::strcmp(strBuf, "Tracktion") == 0) | if (std::strcmp(strBuf, "Tracktion") == 0) | ||||
| { | { | ||||
| carla_stdout("Tracktion detected, delaying UI appearance so it works properly..."); | carla_stdout("Tracktion detected, delaying UI appearance so it works properly..."); | ||||
| @@ -262,6 +263,7 @@ public: | |||||
| carla_msleep(25); | carla_msleep(25); | ||||
| } | } | ||||
| } | } | ||||
| #endif | |||||
| ret = 1; | ret = 1; | ||||
| } | } | ||||