Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saebekassebil committed Jan 5, 2016
1 parent 944a86c commit 2da5e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teoria",
"version": "2.1.1",
"version": "2.2.0",
"description": "Music theory for JavaScript",
"homepage": "http://saebekassebil.github.com/teoria",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion teoria.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ var scales = {
mixolydian: ['P1', 'M2', 'M3', 'P4', 'P5', 'M6', 'm7'],
phrygian: ['P1', 'm2', 'm3', 'P4', 'P5', 'm6', 'm7'],
wholetone: ['P1', 'M2', 'M3', 'A4', 'A5', 'A6']
}
};

// synonyms
scales.harmonicchromatic = scales.chromatic;
Expand Down Expand Up @@ -967,6 +967,7 @@ Scale.prototype = {
return this;
}
};
Scale.KNOWN_SCALES = Object.keys(scales);

module.exports = Scale;

Expand Down

0 comments on commit 2da5e4e

Please sign in to comment.