Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
upd tuning fork
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Oct 3, 2023
1 parent 5903058 commit 86de894
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions tunings.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,16 @@ const TUNING BassDropA5 = {
5,
{{"String 1", G2}, {"String 2", D2}, {"String 3", A1}, {"String 4", E1}, {"String 5", A0}}};

#define TUNINGS_COUNT 14
const TUNING UkuleleStandard4 = {
"Ukulele Standard 4", 4, {
{"String 1", A4},
{"String 2", E4},
{"String 3", C4},
{"String 4", G4}
}
};

#define TUNINGS_COUNT 15

TUNING TuningList[TUNINGS_COUNT] = {
ScientificPitch,
Expand All @@ -146,6 +155,8 @@ TUNING TuningList[TUNINGS_COUNT] = {
BassStandardTenor5,
BassDropD4,
BassD4,
BassDropA5};
BassDropA5,
UkuleleStandard4
};

#endif //TUNINGS

0 comments on commit 86de894

Please sign in to comment.