themidibus
Interface RawMidiListener

All Superinterfaces:
MidiListener

public interface RawMidiListener
extends MidiListener

A RawMidiListener can be notified of incomming MIDI messages in raw form, usually by a MidiBus object which it is connect to. Typically it would analyse and react to incomming MIDI messages in some useful way.

Version:
005
Author:
Severin Smith
See Also:
MidiListener, SimpleMidiListener, StandardMidiListener, MidiBus

Method Summary
 void rawMidiMessage(byte[] data)
          Objects notifying this RawMidiListener of a new MIDI message call this method and pass the raw message to it.
 

Method Detail

rawMidiMessage

void rawMidiMessage(byte[] data)
Objects notifying this RawMidiListener of a new MIDI message call this method and pass the raw message to it.

Parameters:
data - the data bytes that make up the MIDI message