Skip to content

Commit

Permalink
Issue #99: Minor update to documentation for MIKMIDITrack offset prop…
Browse files Browse the repository at this point in the history
…erty.
  • Loading branch information
Andrew Madsen committed Mar 8, 2016
1 parent 7c28b0c commit eaf3708
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Source/MIKMIDITrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,9 @@ NS_ASSUME_NONNULL_BEGIN
/**
* A MIDI track’s start time in terms of beat number. By default this value is 0.
*
* This property can be observed using Key Value Observing.
* This can be used to offset playback by MIKMIDISequencer of individual tracks in a sequence.
*
* @note This property is not yet used by MIKMIDISequencer (Issue #99). If this property
* is required for your playback situation, you should stick with MIKMIDIPlayer in the meantime.
* This property can be observed using Key Value Observing.
*/
@property (nonatomic) MusicTimeStamp offset;

Expand Down

0 comments on commit eaf3708

Please sign in to comment.