All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jmidi.MidiPortMessage
A MidiPortMessage contains data received from a MidiPort. The data consists of a single message (or as much as will fit in the MidiPortMessage's data instance variable) and the time the message was received. Time is measured as the number of seconds since MidiPort.open() was called, and should be accurate to within one or two milliseconds.
public double timeStampmessageData
public byte messageData[]
public MidiPortMessage(int len)
All Packages Class Hierarchy This Package Previous Next Index