Class 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait