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

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

Introduction

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

The text is from its open source code.

Field

intMETA
Status byte for MetaMessage (0xFF, or 255), which is used in MIDI files.

Constructor

MetaMessage()
Constructs a new MetaMessage .

Method

byte[]getData()
Obtains a copy of the data for the meta message.
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.
intgetType()
Obtains the type of the MetaMessage .
voidsetMessage(int type, byte[] data, int length)
Sets the message parameters for a MetaMessage .