-
-
Methods in org.robovm.apple.coremidi with parameters of type MIDIEndpoint.MIDIEndpointPtr
| Modifier and Type |
Method |
Description |
protected static MIDIError |
MIDIEndpoint.createDestination(MIDIClient client,
String name,
FunctionPtr readProc,
long refCon,
MIDIEndpoint.MIDIEndpointPtr outDest) |
Deprecated.
|
protected static MIDIError |
MIDIPort.createDestination(MIDIClient client,
String name,
MIDIEndpoint.MIDIEndpointPtr outDest,
VoidBlock2<MIDIPacketList,Long> readBlock) |
Deprecated.
|
protected static MIDIError |
MIDIPort.createDestination(MIDIClient client,
String name,
MIDIProtocolID protocol,
MIDIEndpoint.MIDIEndpointPtr outDest,
VoidBlock2<MIDIEventList,VoidPtr> readBlock) |
|
protected static MIDIError |
MIDIEndpoint.createSource(MIDIClient client,
String name,
MIDIEndpoint.MIDIEndpointPtr outSrc) |
Deprecated.
|
protected static MIDIError |
MIDIEndpoint.createSource(MIDIClient client,
String name,
MIDIProtocolID protocol,
MIDIEndpoint.MIDIEndpointPtr outSrc) |
|