Skip to content

Commit

Permalink
fix #305308: Small Marching band snare drum Hi-Hats don't sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed May 12, 2020
1 parent e925ba0 commit 58f7d2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7242,7 +7242,8 @@
<velocity>500</velocity>
</Articulation>
<channel>
<program>56</program>
<controller ctrl="0" value="1"/>
<program value="56"/> <!--Marching Snare-->
</channel>
<genre>marching</genre>
</Instrument>
Expand Down Expand Up @@ -7448,7 +7449,8 @@
<velocity>500</velocity>
</Articulation>
<channel>
<program>96</program>
<controller ctrl="0" value="1"/>
<program value="96"/> <!--Marching Tenor-->
</channel>
<genre>marching</genre>
</Instrument>
Expand Down Expand Up @@ -7556,7 +7558,8 @@
<velocity>500</velocity>
</Articulation>
<channel>
<program>59</program>
<controller ctrl="0" value="1"/>
<program value="59"/> <!--Marching Bass-->
</channel>
<genre>marching</genre>
</Instrument>
Expand Down Expand Up @@ -7665,7 +7668,8 @@
<velocity>500</velocity>
</Articulation>
<channel>
<program>58</program>
<controller ctrl="0" value="1"/>
<program value="58"/> <!--Marching Cymbals-->
</channel>
<genre>marching</genre>
</Instrument>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -890,14 +890,14 @@
<name>Ride Cymbal</name>
<stem>1</stem>
</Drum>
<Drum pitch="74">
<Drum pitch="46">
<head>xcircle</head>
<line>1</line>
<voice>2</voice>
<name>Open Hi-Hat</name>
<stem>1</stem>
</Drum>
<Drum pitch="76">
<Drum pitch="42">
<head>cross</head>
<line>1</line>
<voice>2</voice>
Expand Down

0 comments on commit 58f7d2c

Please sign in to comment.