integrate audio config into engine and synth
This commit is contained in:
@@ -29,7 +29,9 @@ AudioEngine = (
|
||||
BufferSize = 512;
|
||||
PitchStandard = 440.0;
|
||||
MidiHome = 69;
|
||||
NotesPerOctave = 12;
|
||||
NotesPerOctave = 12.0;
|
||||
OctaveConstant = 2.0;
|
||||
MaxVoices = 32;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user