Skip to content

Commit b2c616a

Browse files
shoogleJojo-Schmitz
authored andcommitted
Update instruments.xml to sort Articulations and Channels
Backport of musescore#8289
1 parent ade1b85 commit b2c616a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

share/instruments/instruments.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7568,12 +7568,12 @@
75687568
<velocity>100</velocity>
75697569
<gateTime>100</gateTime>
75707570
</Articulation>
7571-
<Articulation name="sforzato">
7572-
<velocity>130</velocity>
7573-
</Articulation>
75747571
<Articulation name="marcato">
75757572
<velocity>500</velocity>
75767573
</Articulation>
7574+
<Articulation name="sforzato">
7575+
<velocity>130</velocity>
7576+
</Articulation>
75777577
<Channel>
75787578
<controller ctrl="0" value="1"/>
75797579
<program value="56"/> <!--Marching Snare-->
@@ -7776,12 +7776,12 @@
77767776
<velocity>100</velocity>
77777777
<gateTime>100</gateTime>
77787778
</Articulation>
7779-
<Articulation name="sforzato">
7780-
<velocity>130</velocity>
7781-
</Articulation>
77827779
<Articulation name="marcato">
77837780
<velocity>500</velocity>
77847781
</Articulation>
7782+
<Articulation name="sforzato">
7783+
<velocity>130</velocity>
7784+
</Articulation>
77857785
<Channel>
77867786
<controller ctrl="0" value="1"/>
77877787
<program value="96"/> <!--Marching Tenor-->
@@ -7886,12 +7886,12 @@
78867886
<velocity>100</velocity>
78877887
<gateTime>100</gateTime>
78887888
</Articulation>
7889-
<Articulation name="sforzato">
7890-
<velocity>130</velocity>
7891-
</Articulation>
78927889
<Articulation name="marcato">
78937890
<velocity>500</velocity>
78947891
</Articulation>
7892+
<Articulation name="sforzato">
7893+
<velocity>130</velocity>
7894+
</Articulation>
78957895
<Channel>
78967896
<controller ctrl="0" value="1"/>
78977897
<program value="59"/> <!--Marching Bass-->
@@ -7997,12 +7997,12 @@
79977997
<velocity>100</velocity>
79987998
<gateTime>100</gateTime>
79997999
</Articulation>
8000-
<Articulation name="sforzato">
8001-
<velocity>130</velocity>
8002-
</Articulation>
80038000
<Articulation name="marcato">
80048001
<velocity>500</velocity>
80058002
</Articulation>
8003+
<Articulation name="sforzato">
8004+
<velocity>130</velocity>
8005+
</Articulation>
80068006
<Channel>
80078007
<controller ctrl="0" value="1"/>
80088008
<program value="58"/> <!--Marching Cymbals-->
@@ -10542,6 +10542,12 @@ Aeolus organ synthesizer, currently disabled -->
1054210542
<Channel name="open">
1054310543
<program value="27"/> <!--Electric Guitar (clean)-->
1054410544
</Channel>
10545+
<Channel name="mute">
10546+
<program value="28"/> <!--Electric Guitar (muted)-->
10547+
</Channel>
10548+
<Channel name="jazz">
10549+
<program value="26"/> <!--Electric Guitar (jazz)-->
10550+
</Channel>
1054510551
<Channel name="harmonics">
1054610552
<program value="31"/> <!--Guitar Harmonics-->
1054710553
</Channel>
@@ -10551,12 +10557,6 @@ Aeolus organ synthesizer, currently disabled -->
1055110557
<Channel name="overdriven">
1055210558
<program value="29"/> <!--Overdriven Guitar-->
1055310559
</Channel>
10554-
<Channel name="mute">
10555-
<program value="28"/> <!--Electric Guitar (muted)-->
10556-
</Channel>
10557-
<Channel name="jazz">
10558-
<program value="26"/> <!--Electric Guitar (jazz)-->
10559-
</Channel>
1056010560
<genre>common</genre>
1056110561
<genre>jazz</genre>
1056210562
<genre>popular</genre>
@@ -11398,6 +11398,12 @@ Aeolus organ synthesizer, currently disabled -->
1139811398
<singleNoteDynamics>0</singleNoteDynamics>
1139911399
<transposeDiatonic>-7</transposeDiatonic>
1140011400
<transposeChromatic>-12</transposeChromatic>
11401+
<Channel name="slap">
11402+
<program value="36"/> <!--Slap Bass 1-->
11403+
</Channel>
11404+
<Channel name="pop">
11405+
<program value="37"/> <!--Slap Bass 2-->
11406+
</Channel>
1140111407
<Channel name="pizzicato">
1140211408
<program value="32"/> <!--Acoustic Bass-->
1140311409
</Channel>
@@ -11407,12 +11413,6 @@ Aeolus organ synthesizer, currently disabled -->
1140711413
<Channel name="tremolo">
1140811414
<program value="44"/> <!--Tremolo Strings-->
1140911415
</Channel>
11410-
<Channel name="slap">
11411-
<program value="36"/> <!--Slap Bass 1-->
11412-
</Channel>
11413-
<Channel name="pop">
11414-
<program value="37"/> <!--Slap Bass 2-->
11415-
</Channel>
1141611416
<genre>common</genre>
1141711417
<genre>jazz</genre>
1141811418
</Instrument>

0 commit comments

Comments
 (0)