public class Sequence
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static float |
PPQ |
static float |
SMPTE_24 |
static float |
SMPTE_25 |
static float |
SMPTE_30 |
static float |
SMPTE_30DROP |
Constructor and Description |
---|
Sequence(float fDivisionType,
int nResolution) |
Sequence(float fDivisionType,
int nResolution,
int nNumTracks) |
Modifier and Type | Method and Description |
---|---|
Track |
createTrack() |
boolean |
deleteTrack(Track track) |
float |
getDivisionType() |
long |
getMicrosecondLength() |
Patch[] |
getPatchList() |
int |
getResolution() |
long |
getTickLength() |
Track[] |
getTracks() |
public static final float PPQ
public static final float SMPTE_24
public static final float SMPTE_25
public static final float SMPTE_30DROP
public static final float SMPTE_30
public Sequence(float fDivisionType, int nResolution) throws InvalidMidiDataException
InvalidMidiDataException
public Sequence(float fDivisionType, int nResolution, int nNumTracks) throws InvalidMidiDataException
InvalidMidiDataException
public float getDivisionType()
public int getResolution()
public Track createTrack()
public boolean deleteTrack(Track track)
public Track[] getTracks()
public long getMicrosecondLength()
public long getTickLength()
public Patch[] getPatchList()