basic profile loading

This commit is contained in:
2026-01-25 14:11:03 -06:00
parent a6ef39bb11
commit 21bf285aff
12 changed files with 134 additions and 67 deletions

View File

@@ -4,9 +4,9 @@
#include <QMainWindow>
#include <QKeyEvent>
#include "../ConfigInterface.h"
#include "../synth/AudioEngine.h"
#include "../MidiController.h"
#include "../ConfigInterface.h"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
@@ -28,8 +28,10 @@ private slots:
void onResetClicked();
private:
Ui::MainWindow *ui_;
ParameterStore params_;
ConfigInterface config_;
AudioEngine* audio_ = nullptr;
KeyboardController keyboard_;