mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
dmxgus: Improve percussion groupings.
Regroup GUS percussion instruments based on personally having listened to the samples in the GUS instrument set and identifying similar- sounding instruments.
This commit is contained in:
parent
ba7d80a188
commit
61aaeeed1d
2 changed files with 28 additions and 20 deletions
|
@ -131,7 +131,8 @@ def mapping_for_size(size):
|
|||
# patches that will fit.
|
||||
curr_size = patchset_size(result)
|
||||
assert curr_size < size, \
|
||||
"Minimal config for %s will not fit in RAM!" % size
|
||||
"Minimal config for %s will not fit in RAM! (%i)" % \
|
||||
(size, curr_size)
|
||||
|
||||
for patch in patches:
|
||||
patch_index = midi_instr_for_name(patch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue