public final class MusicSequenceLoadFlags
extends java.lang.Object
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
| Modifier and Type | Field and Description |
|---|---|
static int |
ChannelsToTracks |
static int |
PreserveTracks |
public static final int PreserveTracks
public static final int ChannelsToTracks