diff --git a/Source/MIKMIDISequencer.h b/Source/MIKMIDISequencer.h index 80fb9e89..470a27d0 100644 --- a/Source/MIKMIDISequencer.h +++ b/Source/MIKMIDISequencer.h @@ -298,6 +298,8 @@ NS_ASSUME_NONNULL_BEGIN /** * The current playback position in the sequence. + * + * @note This property is *not* observable using Key Value Observing. */ @property (nonatomic) MusicTimeStamp currentTimeStamp;