Contents

MusicTrackNewExtendedTempoEvent(_:_:_:)

Adds a tempo to a music track.

Declaration

func MusicTrackNewExtendedTempoEvent(_ inTrack: MusicTrack, _ inTimeStamp: MusicTimeStamp, _ inBPM: Float64) -> OSStatus

Parameters

  • inTrack:

    The music track to add the event to.

  • inTimeStamp:

    The timestamp, in beats, at which to add the event. Must be greater than or equal to 0.

  • inBPM:

    The tempo, in beats per minute, to add to the music track.

Return Value

A result code.

See Also

Managing Music Tracks