Skip to content

Commit

Permalink
Fix 'Xylophone' instrument patch typo (bates64#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 authored Oct 19, 2022
2 parents 4ab4da1 + a660f05 commit 48d9b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mamar-web/src/app/instruments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const categories = [
{ bank: 0x30, patch: 0x01, name: "Marimba 2" },
{ bank: 0x30, patch: 0x02, name: "Marimba 3" },

{ bank: 0x30, patch: 0x30, name: "Xylophone 1" },
{ bank: 0x30, patch: 0x03, name: "Xylophone 1" },
{ bank: 0x30, patch: 0x04, name: "Xylophone 2" },
{ bank: 0x30, patch: 0x05, name: "Xylophone 3" },
{ bank: 0x30, patch: 0x0F, name: "Xylophone 4" },
Expand Down

0 comments on commit 48d9b88

Please sign in to comment.