-
Methods in org.robovm.apple.coremidi with parameters of type MIDIClient
| Modifier and Type |
Method |
Description |
static MIDIEndpoint |
MIDIEndpoint.createDestination(MIDIClient client,
String name,
MIDIReadProc readProc) |
|
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 |
MIDIPort.createInputPort(MIDIClient client,
String portName,
MIDIPort.MIDIPortPtr outPort,
VoidBlock2<MIDIPacketList,Long> readBlock) |
Deprecated.
|
protected static MIDIError |
MIDIPort.createInputPort(MIDIClient client,
String portName,
MIDIProtocolID protocol,
MIDIPort.MIDIPortPtr outPort,
VoidBlock2<MIDIEventList,VoidPtr> receiveBlock) |
|
static MIDIPort |
MIDIPort.createInputPort(MIDIClient client,
String portName,
MIDIReadProc readProc) |
|
protected static MIDIError |
MIDIPort.createInputPort(MIDIClient client,
String portName,
FunctionPtr readProc,
long refCon,
MIDIPort.MIDIPortPtr outPort) |
Deprecated.
|
static MIDIPort |
MIDIPort.createOutputPort(MIDIClient client,
String portName) |
|
protected static MIDIError |
MIDIPort.createOutputPort(MIDIClient client,
String portName,
MIDIPort.MIDIPortPtr outPort) |
|
static MIDIEndpoint |
MIDIEndpoint.createSource(MIDIClient client,
String name) |
|
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) |
|