|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.humatic.mmj.MidiOutput
public class MidiOutput
An opened Midi output to which the application sends Midi.
Method Summary | |
---|---|
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()
|
void |
sendMidi(byte[] data)
Sends raw Midi bytes immediately. |
void |
sendMidi(byte[] data,
long time)
Sends raw Midi bytes scheduled at %time. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void close()
public void sendMidi(byte[] data)
public void sendMidi(byte[] data, long time)
public java.lang.String getName()
public CoreMidiDevice getDeviceInfo()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |