Contents

moveEvents(in:by:)

Moves the beat location of all events in the given beat range by the amount you specify.

Declaration

func moveEvents(in range: AVBeatRange, by beatAmount: AVMusicTimeStamp)

Parameters

  • range:

    The range of beats.

  • beatAmount:

    The amount of beats to shift each event.

See Also

Adding and Clearing Events