|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softsynth.midifile.MIDIFileTrack
public class MIDIFileTrack
MIDI File Track It stores a tracks events as they are parsed.
Field Summary | |
---|---|
java.util.Vector |
events
|
Constructor Summary | |
---|---|
MIDIFileTrack()
|
Method Summary | |
---|---|
void |
addEvent(MIDIFileEvent event)
|
void |
print()
|
void |
write(MIDIFileOutput mfout)
Write a MIDIFile track to a MIDIFile on disk. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Vector events
Constructor Detail |
---|
public MIDIFileTrack()
Method Detail |
---|
public void addEvent(MIDIFileEvent event)
public void print()
public void write(MIDIFileOutput mfout) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |