Skip to content

Commit

Permalink
adjust midi bank and program for bandurria and laud
Browse files Browse the repository at this point in the history
Since both the Spanish Bandurria and Laúd have 12 steel strings distributed in 6 courses
their sound is closer to the 12 steel String Guitar than to the 6 nylon string one.
Adjusting this improves a little bit their sound when playing them in musescore.
  • Loading branch information
manolo committed Apr 2, 2023
1 parent be093e6 commit e46d492
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions share/instruments/instruments.xml
Expand Up @@ -13150,8 +13150,9 @@
<pPitchRange>56-98</pPitchRange>
<singleNoteDynamics>0</singleNoteDynamics>
<Channel>
<!--MIDI: Bank 0, Prog 24; MS General: Nylon String Guitar-->
<program value="24"/> <!--Acoustic Guitar (nylon)-->
<!--MIDI: Bank 8, Prog 25; MS General: 12-String Guitar-->
<controller ctrl="32" value="8"/> <!--Bank LSB-->
<program value="25"/>
</Channel>
<genre>popular</genre>
</Instrument>
Expand Down Expand Up @@ -13187,8 +13188,9 @@
<pPitchRange>44-91</pPitchRange>
<singleNoteDynamics>0</singleNoteDynamics>
<Channel>
<!--MIDI: Bank 0, Prog 24; MS General: Nylon String Guitar-->
<program value="24"/> <!--Acoustic Guitar (nylon)-->
<!--MIDI: Bank 8, Prog 25; MS General: 12-String Guitar-->
<controller ctrl="32" value="8"/> <!--Bank LSB-->
<program value="25"/>
</Channel>
<genre>popular</genre>
</Instrument>
Expand Down

0 comments on commit e46d492

Please sign in to comment.