Skip to content

Commit

Permalink
Merge pull request musescore#17110 from manolo/midiconf-band-laud
Browse files Browse the repository at this point in the history
adjust midi bank and program for bandurria and laud
  • Loading branch information
RomanPudashkin authored Jul 6, 2023
2 parents 2f0cc6f + e46d492 commit 12f6b39
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
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 12f6b39

Please sign in to comment.