bugfix: loading more than 4 wavetables
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user