Contents

currentPositionInBeats

The current playback position, in beats.

Declaration

var currentPositionInBeats: TimeInterval { get set }

Discussion

Setting this property positions the sequencer’s player to the specified beat. You can update this property while the player is in a playing state, in which case, playback resumes at the new position.

See Also

Getting Sequence Properties