javax.sound.midi
Class Sequence
java.lang.Object
javax.sound.midi.Sequence
public class Sequence
- extends java.lang.Object
Constructor Summary |
Sequence(float fDivisionType,
int nResolution)
|
Sequence(float fDivisionType,
int nResolution,
int nNumTracks)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PPQ
public static final float PPQ
- See Also:
- Constant Field Values
SMPTE_24
public static final float SMPTE_24
- See Also:
- Constant Field Values
SMPTE_25
public static final float SMPTE_25
- See Also:
- Constant Field Values
SMPTE_30DROP
public static final float SMPTE_30DROP
- See Also:
- Constant Field Values
SMPTE_30
public static final float SMPTE_30
- See Also:
- Constant Field Values
Sequence
public Sequence(float fDivisionType,
int nResolution)
throws InvalidMidiDataException
- Throws:
InvalidMidiDataException
Sequence
public Sequence(float fDivisionType,
int nResolution,
int nNumTracks)
throws InvalidMidiDataException
- Throws:
InvalidMidiDataException
getDivisionType
public float getDivisionType()
getResolution
public int getResolution()
createTrack
public Track createTrack()
deleteTrack
public boolean deleteTrack(Track track)
getTracks
public Track[] getTracks()
getMicrosecondLength
public long getMicrosecondLength()
getTickLength
public long getTickLength()
getPatchList
public Patch[] getPatchList()