|
|
javax > javax.sound > javax.sound.midi > javax.sound.midi.shortmessage >
Class: javax.sound.midi.ShortMessage java.lang.Object javax.sound.midi.MidiMessage javax.sound.midi.ShortMessage
public class ShortMessage extends MidiMessage
FIELDS:
public static final int ACTIVE_SENSING : 254 public static final int CHANNEL_PRESSURE : 208 public static final int CONTINUE : 251 public static final int CONTROL_CHANGE : 176 public static final int END_OF_EXCLUSIVE : 247 public static final int MIDI_TIME_CODE : 241 public static final int NOTE_OFF : 128 public static final int NOTE_ON : 144 public static final int PITCH_BEND : 224 public static final int POLY_PRESSURE : 160 public static final int PROGRAM_CHANGE : 192 public static final int SONG_POSITION_POINTER : 242 public static final int SONG_SELECT : 243 public static final int START : 250 public static final int STOP : 252 public static final int SYSTEM_RESET : 255 public static final int TIMING_CLOCK : 248 public static final int TUNE_REQUEST : 246 |
|
|
|
CONSTRUCTORS:
| | | public | ShortMessage() |
| | protected | ShortMessage(byte[] data) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| setMessage(byte[], int), getMessage(), getStatus(), getLength(), clone(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|