---
title: smf_ChannelsToTracks
framework: audiotoolbox
role: symbol
role_heading: Type Property
path: audiotoolbox/musicsequenceloadflags/smf_channelstotracks
---

# smf_ChannelsToTracks

If this flag is set the resultant Sequence will contain a tempo track, 1 track for each MIDI Channel that is found in the SMF, 1 track for SysEx or MetaEvents - and this will be the last track in the sequence after the LoadSMFWithFlags calls.

## Declaration

```swift
static var smf_ChannelsToTracks: MusicSequenceLoadFlags { get }
```
