Uses of Class
org.robovm.apple.coremidi.MIDIPort
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDIPort in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIPort Modifier and Type Method Description static MIDIPortMIDIPort. createInputPort(MIDIClient client, String portName, MIDIReadProc readProc)static MIDIPortMIDIPort. createOutputPort(MIDIClient client, String portName)Methods in org.robovm.apple.coremidi with parameters of type MIDIPort Modifier and Type Method Description static MIDIErrorMIDI. send(MIDIPort port, MIDIEndpoint dest, MIDIPacketList pktlist)Deprecated.Use MIDISendEventListstatic OSStatusMIDI. sendEventList(MIDIPort port, MIDIEndpoint dest, MIDIEventList evtlist)