Skip to content

Commit

Permalink
Fixed error in minor chord scale
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrob13 committed Apr 14, 2022
1 parent b22074c commit 7a9d2ff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/nts-1/osc/kord/kord.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,17 @@ typedef struct ScaleChords {
},
{ //Minor
{0, 3, 7}, // MINOR,
{0, 3, 7}, // MINOR,
{0, 3, 7}, // MINOR, /
{0, 3, 6}, // MINOR_DIM
{0, 4, 7}, // MAYOR,
{0, 4, 7}, // MAYOR,
{0, 4, 7}, // MAYOR, /
{0, 3, 7}, // MINOR,
{0, 3, 7}, // MINOR, /
{0, 3, 7}, // MINOR,
{0, 4, 7}, // MAYOR,
{0, 4, 7}, // MAYOR,
{0, 4, 7}, // MAYOR,
{0, 3, 6} // MINOR_DIM
{0, 4, 7}, // MAYOR, /
{0, 3, 6}, // MINOR_DIM
{0, 3, 6} // MINOR_DIM /
}
};

Expand Down

0 comments on commit 7a9d2ff

Please sign in to comment.