Package apple.audiotoolbox.enums
Class MusicSequenceType
- java.lang.Object
-
- apple.audiotoolbox.enums.MusicSequenceType
-
public final class MusicSequenceType extends java.lang.Object[@enum] MusicSequenceType A sequence type Different sequence types to describe the basic mode of operation of a sequence's time line You cannot change a music sequence's type to samples/seconds if there are tempo events The type will also define how the sequence is saved to a MIDI file: Beats - normal midi file Seconds - midi file with SMPTE time Samples - cannot be saved to a midi file [@constant] kMusicSequenceType_Beats The default/normal type of a sequence. Tempo track defines the number of beats per second and can have multiple tempo events [@constant] kMusicSequenceType_Seconds A music sequence with a single 60bpm tempo event [@constant] kMusicSequenceType_Samples A music sequence with a single tempo event that represents the audio sample rate
-
-
Field Detail
-
Beats
public static final int Beats
- See Also:
- Constant Field Values
-
Seconds
public static final int Seconds
- See Also:
- Constant Field Values
-
Samples
public static final int Samples
- See Also:
- Constant Field Values
-
-