diff options
author | Florian Jung <flo@windfisch.org> | 2011-12-30 18:29:26 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-12-30 18:29:26 +0000 |
commit | 30ce0c7640d9d7d8e409d485fe044426b33ea522 (patch) | |
tree | b567bf0f4be972f16a056ebfa443c75ad98ec52c /muse2/share | |
parent | 6f35a1b2b84ab6cfc5d77fd46d5e31887a1590e1 (diff) |
removed silly song-type-depencency in MidiInstrument::getPatchName and
MidiInstrument::populatePatchPopup()
Diffstat (limited to 'muse2/share')
-rw-r--r-- | muse2/share/instruments/gm.idf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/share/instruments/gm.idf b/muse2/share/instruments/gm.idf index 04bf23ff..69e02503 100644 --- a/muse2/share/instruments/gm.idf +++ b/muse2/share/instruments/gm.idf @@ -161,6 +161,9 @@ <Patch name="Applaus" prog="126" /> <Patch name="Gunshot" prog="127" /> </PatchGroup> + <PatchGroup name="Drums"> + <Patch name="Drums" prog="0" drum="1" /> + </PatchGroup> <Controller name="Modulation" l="1" /> <Controller name="PortamentoTime" l="5" /> <Controller name="MainVolume" l="7" init="100" /> |