Skip to content

Commit

Permalink
Update instruments.xml to sort Articulations and Channels
Browse files Browse the repository at this point in the history
Backport of musescore#8289
  • Loading branch information
shoogle authored and Jojo-Schmitz committed Jul 5, 2021
1 parent ade1b85 commit b2c616a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7568,12 +7568,12 @@
<velocity>100</velocity>
<gateTime>100</gateTime>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Articulation name="marcato">
<velocity>500</velocity>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Channel>
<controller ctrl="0" value="1"/>
<program value="56"/> <!--Marching Snare-->
Expand Down Expand Up @@ -7776,12 +7776,12 @@
<velocity>100</velocity>
<gateTime>100</gateTime>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Articulation name="marcato">
<velocity>500</velocity>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Channel>
<controller ctrl="0" value="1"/>
<program value="96"/> <!--Marching Tenor-->
Expand Down Expand Up @@ -7886,12 +7886,12 @@
<velocity>100</velocity>
<gateTime>100</gateTime>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Articulation name="marcato">
<velocity>500</velocity>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Channel>
<controller ctrl="0" value="1"/>
<program value="59"/> <!--Marching Bass-->
Expand Down Expand Up @@ -7997,12 +7997,12 @@
<velocity>100</velocity>
<gateTime>100</gateTime>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Articulation name="marcato">
<velocity>500</velocity>
</Articulation>
<Articulation name="sforzato">
<velocity>130</velocity>
</Articulation>
<Channel>
<controller ctrl="0" value="1"/>
<program value="58"/> <!--Marching Cymbals-->
Expand Down Expand Up @@ -10542,6 +10542,12 @@ Aeolus organ synthesizer, currently disabled -->
<Channel name="open">
<program value="27"/> <!--Electric Guitar (clean)-->
</Channel>
<Channel name="mute">
<program value="28"/> <!--Electric Guitar (muted)-->
</Channel>
<Channel name="jazz">
<program value="26"/> <!--Electric Guitar (jazz)-->
</Channel>
<Channel name="harmonics">
<program value="31"/> <!--Guitar Harmonics-->
</Channel>
Expand All @@ -10551,12 +10557,6 @@ Aeolus organ synthesizer, currently disabled -->
<Channel name="overdriven">
<program value="29"/> <!--Overdriven Guitar-->
</Channel>
<Channel name="mute">
<program value="28"/> <!--Electric Guitar (muted)-->
</Channel>
<Channel name="jazz">
<program value="26"/> <!--Electric Guitar (jazz)-->
</Channel>
<genre>common</genre>
<genre>jazz</genre>
<genre>popular</genre>
Expand Down Expand Up @@ -11398,6 +11398,12 @@ Aeolus organ synthesizer, currently disabled -->
<singleNoteDynamics>0</singleNoteDynamics>
<transposeDiatonic>-7</transposeDiatonic>
<transposeChromatic>-12</transposeChromatic>
<Channel name="slap">
<program value="36"/> <!--Slap Bass 1-->
</Channel>
<Channel name="pop">
<program value="37"/> <!--Slap Bass 2-->
</Channel>
<Channel name="pizzicato">
<program value="32"/> <!--Acoustic Bass-->
</Channel>
Expand All @@ -11407,12 +11413,6 @@ Aeolus organ synthesizer, currently disabled -->
<Channel name="tremolo">
<program value="44"/> <!--Tremolo Strings-->
</Channel>
<Channel name="slap">
<program value="36"/> <!--Slap Bass 1-->
</Channel>
<Channel name="pop">
<program value="37"/> <!--Slap Bass 2-->
</Channel>
<genre>common</genre>
<genre>jazz</genre>
</Instrument>
Expand Down

0 comments on commit b2c616a

Please sign in to comment.