Closed DouglasHeriot closed 11 years ago
NSArray
NSSet
SMInputStream.m
-dealloc
readQueue
CHECK_FOR_GCD
formatNoteNumberWithBaseOctave
NSString
Sorry I haven’t split this up into smaller pull requests.
Awesome, thank you! I just barely started looking at Xcode 5 myself. Will catch up on this by the weekend.
NSArray
instead ofNSSet
for a local variable)SMInputStream.m
’s-dealloc
to release thereadQueue
, guarded byCHECK_FOR_GCD
formatNoteNumberWithBaseOctave
returnsNSString
s with nice unicode sharp symbol ‘♯’, rather than a standard ‘#’Sorry I haven’t split this up into smaller pull requests.