Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericcormier committed May 30, 2012
1 parent b82ee08 commit d6e6558
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@



#WesternMusicElements is a set of Objective-C classes that helps manipulating Western Musical Scales and Chords.

- Access the most commonly used [chords](https://github.com/fredericcormier/WesternMusicElements/wiki/Chords) and [scales](https://github.com/fredericcormier/WesternMusicElements/wiki/Scales)
Expand Down Expand Up @@ -29,7 +28,10 @@ or more simply:

You can also ask for *"Note Collections"*, that is , scales and chords, even inverted:
```objective-c
fSharp2Mixolydian = [[WMPool pool] scaleWithRoot:@"f" accidental:@"#" octave:2 scaleMode:WMScaleModeMixolydian];
fSharp2Mixolydian = [[WMPool pool] scaleWithRoot:@"f"
accidental:@"#"
octave:2
scaleMode:WMScaleModeMixolydian];

C3MajorChordInv2 = [[WMPool pool] chordWithRootShortName:@"C3" chordType:WMChordTypeMajor inversion:WMChordInversionSecond];
```
Expand Down

0 comments on commit d6e6558

Please sign in to comment.