File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/raphimc/noteblocklib/format/midi/mapping Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ public class MidiMappings {
210210 PERCUSSION_MAPPINGS .put ((byte ) 73 , new PercussionMapping (Instrument .HAT , (byte ) 50 ));
211211 PERCUSSION_MAPPINGS .put ((byte ) 74 , new PercussionMapping (Instrument .HAT , (byte ) 44 ));
212212 PERCUSSION_MAPPINGS .put ((byte ) 75 , new PercussionMapping (Instrument .HAT , (byte ) 51 ));
213- PERCUSSION_MAPPINGS .put ((byte ) 76 , new PercussionMapping (Instrument .XYLOPHONE , (byte ) 47 ));
214- PERCUSSION_MAPPINGS .put ((byte ) 77 , new PercussionMapping (Instrument .XYLOPHONE , (byte ) 42 ));
213+ PERCUSSION_MAPPINGS .put ((byte ) 76 , new PercussionMapping (Instrument .HAT , (byte ) 43 ));
214+ PERCUSSION_MAPPINGS .put ((byte ) 77 , new PercussionMapping (Instrument .HAT , (byte ) 38 ));
215215 PERCUSSION_MAPPINGS .put ((byte ) 78 , new PercussionMapping (Instrument .DIDGERIDOO , (byte ) 58 ));
216216 PERCUSSION_MAPPINGS .put ((byte ) 79 , new PercussionMapping (Instrument .DIDGERIDOO , (byte ) 59 ));
217217 PERCUSSION_MAPPINGS .put ((byte ) 80 , new PercussionMapping (Instrument .HAT , (byte ) 49 ));
You can’t perform that action at this time.
0 commit comments