Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saebekassebil committed Jan 4, 2014
1 parent 44d1e50 commit 2c02ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,10 @@ The number may be prefixed with a `-` to signify that its direction is down. E.g
#### TeoriaInterval.value()
- The value of the interval - That is a ninth = 9, but a downwards ninth is = -9

#### TeoriaInterval.toString()
- Returns the *simpleInterval* representation of the interval. E.g. `'P5'`,
`'M3'`, `'A9'`, etc.

#### TeoriaInterval.base()
- Returns the name of the simple interval (not compound)

Expand Down
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": "0.3.8",
"version": "0.4.0",
"description": "Music theory for JavaScript",
"homepage": "http://saebekassebil.github.com/teoria",
"keywords": ["music", "theory", "jazz", "classical", "chord"],
Expand Down

0 comments on commit 2c02ecc

Please sign in to comment.