---
title: AVMusicSequenceLoadOptions
framework: avfaudio
role: symbol
role_heading: Structure
path: avfaudio/avmusicsequenceloadoptions
---

# AVMusicSequenceLoadOptions

A structure that defines whether data on different MIDI channels map to multiple tracks, or whether the framework preserves the tracks as they are.

## Declaration

```swift
struct AVMusicSequenceLoadOptions
```

## Topics

### Getting Standard Load Options

- [smf_ChannelsToTracks](avfaudio/avmusicsequenceloadoptions/smf_channelstotracks.md)

### Creating a Load Option

- [init(rawValue:)](avfaudio/avmusicsequenceloadoptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Managing Sequence Load Options

- [load(from:options:)](avfaudio/avaudiosequencer/load(from:options:)-8o58w.md)
- [load(from:options:)](avfaudio/avaudiosequencer/load(from:options:)-9kb6m.md)
