mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-29 20:00:53 +00:00
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:
parent
03afaef324
commit
6b2e4b9153
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue