Package apple.audiotoolbox.enums
Class MusicSequenceLoadFlags
- java.lang.Object
-
- apple.audiotoolbox.enums.MusicSequenceLoadFlags
-
public final class MusicSequenceLoadFlags extends java.lang.Object[@enum] MusicSequenceLoadFlags Flags used to customise loading behaviour [@constant] kMusicSequenceLoadSMF_PreserveTracks If this flag is set the resultant Sequence will contain: a tempo track a track for each track found in the SMF This is the default behavior [@constant] kMusicSequenceLoadSMF_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 - this will be the last track in the sequence after the LoadSMFWithFlags calls
-
-
Field Summary
Fields Modifier and Type Field Description static intChannelsToTracksstatic intPreserveTracks
-
-
-
Field Detail
-
PreserveTracks
public static final int PreserveTracks
- See Also:
- Constant Field Values
-
ChannelsToTracks
public static final int ChannelsToTracks
- See Also:
- Constant Field Values
-
-