---
title: tempoTrack
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudiosequencer/tempotrack
---

# tempoTrack

The track that contains tempo information about the sequence.

## Declaration

```swift
var tempoTrack: AVMusicTrack { get }
```

## Discussion

Discussion Each sequence has a single tempo track. The framework places all tempo events into this track along with other appropriate events, such as the time signature from a MIDI file. You can edit the tempo track like any other track. The framework ignores nontempo events in the track.

## See Also

### Getting Sequence Properties

- [isPlaying](avfaudio/avaudiosequencer/isplaying.md)
- [rate](avfaudio/avaudiosequencer/rate.md)
- [tracks](avfaudio/avaudiosequencer/tracks.md)
- [currentPositionInBeats](avfaudio/avaudiosequencer/currentpositioninbeats.md)
- [currentPositionInSeconds](avfaudio/avaudiosequencer/currentpositioninseconds.md)
- [userInfo](avfaudio/avaudiosequencer/userinfo.md)
- [AVAudioSequencer.InfoDictionaryKey](avfaudio/avaudiosequencer/infodictionarykey.md)
- [data(withSMPTEResolution:error:)](avfaudio/avaudiosequencer/data(withsmpteresolution:error:).md)
- [AVMusicTimeStampEndOfTrack](avfaudio/avmusictimestampendoftrack.md)
