|
||||||||
| 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 | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void sendMidi(byte[] data)
public void sendMidi(byte[] data,
long time)
public java.lang.String getName()
public CoreMidiDevice getDeviceInfo()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||