public final class AVMusicSequenceLoadOptions
extends java.lang.Object
Determines whether data on different MIDI channels is mapped to multiple tracks, or if the tracks are preserved as-is.
If AVMusicSequenceLoadSMF_ChannelsToTracks is set, the loaded MIDI Sequence will contain a tempo track, one track for each MIDI channel that is found in the SMF, and one track for SysEx and/or MetaEvents (this will be the last track in the sequence).
If AVMusicSequenceLoadSMF_ChannelsToTracks is not set, the loadad MIDI Sequence will contain one track for each track that is found in the SMF, plus a tempo track (if not found in the SMF).
API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0))
| Modifier and Type | Field and Description |
|---|---|
static long |
ChannelsToTracks
0x01
|
static long |
PreserveTracks
0x00
|
public static final long PreserveTracks
public static final long ChannelsToTracks