refactor config classes

This commit is contained in:
2026-07-04 13:22:25 -05:00
parent 269648e021
commit 9365e12bb4
26 changed files with 266 additions and 172 deletions

View File

@@ -19,6 +19,20 @@ Logger = (
}
);
AudioEngine = (
{
Id = "Main";
SampleRate = 44100;
Channels = 2;
StereoMode = 1;
BufferSize = 512;
PitchStandard = 440.0;
MidiHome = 69;
NotesPerOctave = 12;
}
);
KeyboardController = (
{
Id = "Main";