Merge 'stable' into 'minor-next'

Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12839491049
This commit is contained in:
pmmp-admin-bot[bot] 2025-01-18 01:19:32 +00:00
commit 51cb1875bb
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 56cec11745bbd87719a303a0a1de41ee1d1d69c2
Subproject commit ae946949c528acf8c3f05dfceadc1d66b42d1f2f

View File

@ -39,10 +39,10 @@ final class NoteInstrumentIdMap{
NoteInstrument::SNARE => 2,
NoteInstrument::CLICKS_AND_STICKS => 3,
NoteInstrument::DOUBLE_BASS => 4,
NoteInstrument::BELL => 5,
NoteInstrument::FLUTE => 6,
NoteInstrument::CHIME => 7,
NoteInstrument::GUITAR => 8,
NoteInstrument::FLUTE => 5,
NoteInstrument::BELL => 6,
NoteInstrument::GUITAR => 7,
NoteInstrument::CHIME => 8,
NoteInstrument::XYLOPHONE => 9,
NoteInstrument::IRON_XYLOPHONE => 10,
NoteInstrument::COW_BELL => 11,