fix linux builds

This commit is contained in:
2026-02-01 20:15:42 -06:00
parent 858b6c789a
commit 289318140c
6 changed files with 49 additions and 29 deletions

View File

@@ -115,7 +115,8 @@ MainWindow::MainWindow(QWidget *parent) :
// midi
#ifndef _WIN32
midi_.openPort(1); // TODO: error check
//midi_.openDefaultPort(); // TODO: error check
midi_.openPort(1);
#endif
}