calamitySoft / Interval-Training

Plays two notes and asks you to identify the interval between them.
http://www.calamitysoft.net/on-the-go-intervals/
Other
2 stars 2 forks source link

Chorded note playing does not play notes exactly together #34

Closed loganmoseley closed 13 years ago

loganmoseley commented 13 years ago

Sometimes it's more noticeable than other times, but our chorded notes usually play asynchronously.

loganmoseley commented 13 years ago

Solved using AVAudioPlayer's playAtTime: method.

DJ inits the notes we'll want to play into NSArray *noteObjectsToPlay. If not arpeggiated, it tells all notes to [note playNote:@"W" atTime:playTime].

Implemented at 7e11b7264655305da043d9f87a29a489016255b1