integrate audio config into engine and synth

This commit is contained in:
2026-07-05 00:02:53 -05:00
parent 9365e12bb4
commit 295a869839
16 changed files with 71 additions and 41 deletions

View File

@@ -29,7 +29,9 @@ AudioEngine = (
BufferSize = 512;
PitchStandard = 440.0;
MidiHome = 69;
NotesPerOctave = 12;
NotesPerOctave = 12.0;
OctaveConstant = 2.0;
MaxVoices = 32;
}
);