Use the "Auto" volume model by default at libADLMIDI

After a small set of tests, it's fine to use the "AUTO" volume model by default.
Every embedded bank and every WOPL file has a setting of a volume model that matches to the behavior of the original OPL2/3 driver of each volume model.
This commit is contained in:
Wohlstand 2020-09-28 21:59:45 +03:00 committed by Christoph Oelckers
parent 03afaef324
commit 6b2e4b9153

View file

@ -13,7 +13,7 @@ struct ADLConfig
int adl_chips_count = 6;
int adl_emulator_id = 0;
int adl_bank = 14;
int adl_volume_model = 6; // A "Fixed" DMX (without simulation of AM voices bug)
int adl_volume_model = 0; // Automatical volume model (by bank properties)
int adl_run_at_pcm_rate = 0;
int adl_fullpan = 1;
int adl_use_custom_bank = false;