wip: detected width bug (channels)
This commit is contained in:
parent
46224d331c
commit
2115cdf508
5 changed files with 63 additions and 31 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue