mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
lumps: Autogenerate optimized DMXGUS lump.
Replace the current poor-quality handcrafted GUS configuration with a script that programatically generates an optimized configuration file based on statistical analysis of music from various popular WAD files.
This commit is contained in:
parent
184be5bf61
commit
64198d7af1
8 changed files with 682 additions and 410 deletions
26
lumps/dmxgus/stats.py
Normal file
26
lumps/dmxgus/stats.py
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Instrument stats, autogenerated by gather_stats.py
|
||||
|
||||
INSTRUMENT_STATS = [
|
||||
40, 21, 7, 2, 9, 5, 22, 13, 26, 8,
|
||||
12, 24, 27, 10, 60, 16, 8, 6, 26, 26,
|
||||
6, 0, 0, 0, 13, 16, 4, 37, 49, 111,
|
||||
188, 21, 32, 67, 99, 40, 42, 25, 50, 39,
|
||||
9, 8, 15, 14, 41, 70, 56, 129, 198, 49,
|
||||
45, 33, 70, 8, 13, 33, 9, 6, 1, 0,
|
||||
32, 46, 18, 15, 3, 4, 2, 5, 13, 0,
|
||||
6, 12, 5, 18, 3, 6, 3, 1, 9, 16,
|
||||
68, 95, 19, 3, 11, 7, 3, 34, 25, 29,
|
||||
29, 14, 10, 20, 26, 29, 14, 17, 5, 15,
|
||||
31, 9, 8, 17, 9, 2, 4, 8, 12, 6,
|
||||
3, 1, 3, 2, 2, 4, 21, 15, 12, 34,
|
||||
13, 4, 8, 2, 1, 2, 1, 6, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 1, 0, 0, 0, 6, 25, 1, 1, 7,
|
||||
0, 7, 2, 136, 313, 19, 206, 12, 249, 192,
|
||||
265, 197, 112, 184, 265, 152, 124, 251, 85, 168,
|
||||
193, 128, 75, 145, 24, 237, 25, 80, 27, 30,
|
||||
36, 30, 31, 14, 14, 4, 7, 42, 27, 0,
|
||||
1, 29, 17, 37, 11, 9, 2, 0, 33, 44,
|
||||
25, 5, 11, 12, 4, 2, 2,
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue