Skip to content

Commit

Permalink
Merge pull request #1623 from jeremy9959/banjo_tunings
Browse files Browse the repository at this point in the history
added 3 additional standard banjo tunings: doubleCBanjo, doubleDBanjo…
  • Loading branch information
ronyeh authored Jul 24, 2024
2 parents 783af86 + 012a4dc commit 17539f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tuning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export class Tuning {
dropd: 'E/5,B/4,G/4,D/4,A/3,D/3',
eb: 'Eb/5,Bb/4,Gb/4,Db/4,Ab/3,Db/3',
standardBanjo: 'D/5,B/4,G/4,D/4,G/5',
doubleCBanjo: 'D/5,C/5,G/4,C/4,G/5',
doubleDBanjo: 'E/5,D/5,A/4,D/4,A/5',
sawmillBanjo: 'D/5,C/5,G/4,D/4,G/5',
};
}

Expand Down

0 comments on commit 17539f3

Please sign in to comment.