Searched defs:ShortMessage (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DShortMessage.java29 * A <code>ShortMessage</code> contains a MIDI message that has at most
33 * and meta-events. The <code>ShortMessage</code> class provides methods
36 * A number of <code>ShortMessage</code> methods have integer parameters by which
39 * you can often use the corresponding fields of <code>ShortMessage</code>, such as
55 public class ShortMessage extends MidiMessage { class in inherits:MidiMessage
174 * Constructs a new <code>ShortMessage</code>. The
181 public ShortMessage() { method in class:ShortMessage
191 * Constructs a new {@code ShortMessage} which represents a MIDI
205 public ShortMessage(int status) throws InvalidMidiDataException { method in class:ShortMessage
211 * Constructs a new {@code ShortMessage} whic
231 public ShortMessage(int status, int data1, int data2) method in class:ShortMessage
261 public ShortMessage(int command, int channel, int data1, int data2) method in class:ShortMessage
276 protected ShortMessage(byte[] data) { method in class:ShortMessage
[all...]

Completed in 1075 milliseconds