Java javax.sound.midi MidiMessage fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.midi MidiMessage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.midi MidiMessage.

The text is from its open source code.

Method

intgetLength()
Obtains the total length of the MIDI message in bytes.
byte[]getMessage()
Obtains the MIDI message data.
intgetStatus()
Obtains the status byte for the MIDI message.