org.tritonus.share.midi
Class TMidiFileFormat
java.lang.Object
javax.sound.midi.MidiFileFormat
org.tritonus.share.midi.TMidiFileFormat
- public class TMidiFileFormat
- extends MidiFileFormat
A MidiFileFormat that has information about the number of tracks.
This class is used by org.tritonus.midi.file.StandardMidiFileReader.
Its purpose is to carry the number of tracks from
getMidiFileFormat() to getSequence().
Constructor Summary |
TMidiFileFormat(int nType,
float fDivisionType,
int nResolution,
int nByteLength,
long lMicrosecondLength,
int nTrackCount)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TMidiFileFormat
public TMidiFileFormat(int nType,
float fDivisionType,
int nResolution,
int nByteLength,
long lMicrosecondLength,
int nTrackCount)
getTrackCount
public int getTrackCount()