bugfix: loading more than 4 wavetables

This commit is contained in:
2026-04-18 12:25:20 -05:00
parent 5c9a37b8d4
commit 8e838c61e6
4 changed files with 11 additions and 13 deletions

View File

@@ -14,6 +14,9 @@ int main(int argc, char *argv[]) {
MainWindow window; // entry point goes to MainWindow::MainWindow()
window.show();
// TODO: logging
// i made a good debug filtering setup in ouros so could probably improt that into this project
int status = app.exec(); // app execution; blocks until window close