wip: detected width bug (channels)

This commit is contained in:
Hane 2024-04-25 20:21:21 +02:00
commit 2115cdf508
5 changed files with 63 additions and 31 deletions

View file

@ -47,10 +47,7 @@ int main (int argc, char* argv[]) {
//QApplication::setStyle("windowsvista");
//Check if running
//https://stackoverflow.com/questions/48060989/qt-show-application-if-currently-running
writable = initialize_file_log();
log_to_file("%d hola", 3);
//int bro = fprintf_s(fileLog, "hola\n");
//bro = fprintf(fileLog, "hola");
initialize_file_log();
atexit(closeDebugFileLog);
//std::set_terminate(closeDebugFileLog2);
if (!isSingleInstanceRunning("Mixer"))