Example usage for Java javax.sound.midi SysexMessage fields, constructors, methods, implement or subclass
The text is from its open source code.
SysexMessage() Constructs a new SysexMessage . |
byte[] | getData() Obtains a copy of the data for the system exclusive message. |
int | getLength() Obtains the total length of the MIDI message in bytes. |
byte[] | getMessage() Obtains the MIDI message data. |
void | setMessage(byte[] data, int length) Sets the data for the system exclusive message. |