<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVMusicSequenceLoadOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVMusicSequenceLoadOptions"
  },
  "title" : "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.

```
struct AVMusicSequenceLoadOptions
```

## Topics

### Getting Standard Load Options

[`smf_ChannelsToTracks`](/documentation/AVFAudio/AVMusicSequenceLoadOptions/smf_ChannelsToTracks)

An option that represents data on different MIDI channels mapped to multiple tracks.

### Creating a Load Option

[`init(rawValue:)`](/documentation/AVFAudio/AVMusicSequenceLoadOptions/init(rawValue:))

Creates a new instance with the raw value you specify.

[`AVMusicSequenceLoadSMF_PreserveTracks`](/documentation/AVFAudio/AVMusicSequenceLoadOptions/AVMusicSequenceLoadSMF_PreserveTracks)

An option that preserves the tracks as they are.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)