diff options
author | Florian Jung <flo@windfisch.org> | 2012-01-03 22:05:40 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2012-01-03 22:05:40 +0000 |
commit | eec7d9eb4d38a8f7bdbdb9d6301990a8574b3936 (patch) | |
tree | 40272af654ae071d64f237ea8333fbf96d056611 /muse2/share/instruments/gm.idf | |
parent | 1bc4ba9dfc00b6e7511fbf4765296a2002f83315 (diff) | |
parent | b68a212e2d1a400145cc8010f74c0b15fe2ce284 (diff) |
merged experimental branch into trunk, adding:
- new style drummaps
- drummaps stored in idf files
- auto-assigning drummaps
- some fixes
Diffstat (limited to 'muse2/share/instruments/gm.idf')
-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" /> |