This commit is contained in:
2025-12-29 01:11:45 -06:00
parent 4c6ec3a019
commit fb370b08eb
5 changed files with 8 additions and 8 deletions

View File

@@ -51,6 +51,8 @@ MainWindow::MainWindow(QWidget *parent) :
// synth business
audio_->start();
// midi
midi_.openPort(1); // TODO: error check
}
MainWindow::~MainWindow() {