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

Consider using abbreviations for displaying which intervals are played #32

Closed loganmoseley closed 13 years ago

loganmoseley commented 13 years ago

Example: m3 for Minor Third, P5 for Perfect Fifth. Unison, Tritone, and Octave would stay the same?

Make the changes and see how it looks.

loganmoseley commented 13 years ago

Interval names shown in Settings are now abbreviated. FlipsideVC uses self.abbrIntervalNames (which come from NSArray AbbrIntervalNames in Config.plist) instead of [[Settings sharedSettings] intervalNames].

Interface shuffled a little bit. Switching back to non-abbreviated terms is changing two vars back.

Implemented at b79765851396b7be08ee6392033270517a12b8b5