profile loading checkpoint

This commit is contained in:
2026-01-24 18:53:48 -06:00
parent 69a507d57b
commit 5bc3a5d7ff
8 changed files with 67 additions and 6 deletions

View File

@@ -30,9 +30,9 @@ private slots:
private:
Ui::MainWindow *ui_;
ConfigInterface config_;
AudioEngine* audio_ = nullptr;
KeyboardController keyboard_;
MidiController midi_;
ConfigInterface config_;
};