fixed windows build platform

This commit is contained in:
2026-01-22 22:59:28 -06:00
parent 1acbbce033
commit 6bdf9c0e1f
9 changed files with 38 additions and 66 deletions

View File

@@ -52,7 +52,10 @@ MainWindow::MainWindow(QWidget *parent) :
audio_->start();
// midi
#ifndef _WIN32
midi_.openPort(1); // TODO: error check
#endif
}
MainWindow::~MainWindow() {