public interface ObjectMidiListener extends MidiListener
Note and ControlChange objects, usually by a MidiBus object which it is connected to. Typically it would analyse and react to incomming messages in some useful way.MidiListener,
RawMidiListener,
SimpleMidiListener,
StandardMidiListener,
Note,
ControlChange,
MidiBus| Modifier and Type | Method and Description |
|---|---|
void |
controllerChange(ControlChange change)
Objects notifying this ObjectMidiListener of a new ControllerChange events call this method.
|
void |
noteOff(Note note)
Objects notifying this ObjectMidiListener of a new NoteOff events call this method.
|
void |
noteOn(Note note)
Objects notifying this ObjectMidiListener of a new NoteOn events call this method.
|
void noteOn(Note note)
note - the note object associated with this eventvoid noteOff(Note note)
note - the note object associated with this eventvoid controllerChange(ControlChange change)
change - the ControlChange object associated with this event