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:
Simon Howard 2014-01-29 05:07:21 +00:00
parent ba7d80a188
commit 61aaeeed1d
2 changed files with 28 additions and 20 deletions

View file

@ -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)