Example usage for Java javax.sound.midi MetaMessage fields, constructors, methods, implement or subclass
The text is from its open source code.
int | META Status byte for MetaMessage (0xFF, or 255), which is used in MIDI files. |
MetaMessage() Constructs a new MetaMessage . |
byte[] | getData() Obtains a copy of the data for the meta message. |
int | getLength() Obtains the total length of the MIDI message in bytes. |
byte[] | getMessage() Obtains the MIDI message data. |
int | getStatus() Obtains the status byte for the MIDI message. |
int | getType() Obtains the type of the MetaMessage . |
void | setMessage(int type, byte[] data, int length) Sets the message parameters for a MetaMessage . |