|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.humatic.mmj.MidiInput
public class MidiInput
An opened Midi input from that the application reads MIDI by attaching itself as a MidiListener.
| Method Summary | |
|---|---|
boolean |
addMidiListener(MidiListener ml)
|
void |
close()
|
CoreMidiDevice |
getDeviceInfo()
Returns a CoreMidiDevice object that holds general information on the hard- or software device this port belongs to or null if the port is virtual. |
java.lang.String |
getName()
|
boolean |
removeMidiListener(MidiListener ml)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean addMidiListener(MidiListener ml)
public boolean removeMidiListener(MidiListener ml)
public void close()
public java.lang.String getName()
public CoreMidiDevice getDeviceInfo()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||