Uses of Class
org.robovm.apple.coremidi.MIDIEventList
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.coremidi |
-
Uses of MIDIEventList in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return MIDIEventList Modifier and Type Method Description MIDIEventListAUMIDIEventList. getEventList()Methods in org.robovm.apple.audiotoolbox that return types with arguments of type MIDIEventList Modifier and Type Method Description Block3<AUEventSampleTime,Byte,MIDIEventList,OSStatus>AUAudioUnit. getMIDIOutputEventListBlock()Block3<AUEventSampleTime,Byte,MIDIEventList,OSStatus>AUAudioUnit. getScheduleMIDIEventListBlock()Methods in org.robovm.apple.audiotoolbox with parameters of type MIDIEventList Modifier and Type Method Description protected static OSStatusMusicDevice. mIDIEventList0(AudioComponentInstance inUnit, int inOffsetSampleFrame, MIDIEventList evtList)AUMIDIEventListAUMIDIEventList. setEventList(MIDIEventList eventList)Method parameters in org.robovm.apple.audiotoolbox with type arguments of type MIDIEventList Modifier and Type Method Description voidAUAudioUnit. setMIDIOutputEventListBlock(Block3<AUEventSampleTime,Byte,MIDIEventList,OSStatus> v)Constructors in org.robovm.apple.audiotoolbox with parameters of type MIDIEventList Constructor Description AUMIDIEventList(AURenderEvent next, AUEventSampleTime eventSampleTime, AURenderEventType eventType, byte reserved, byte cable, MIDIEventList eventList) -
Uses of MIDIEventList in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIEventList Modifier and Type Method Description MIDIEventListMIDIEventList. setNumPackets(int numPackets)MIDIEventListMIDIEventList. setProtocol(MIDIProtocolID protocol)Methods in org.robovm.apple.coremidi with parameters of type MIDIEventList Modifier and Type Method Description static MIDIEventPacketMIDI. eventListAdd(MIDIEventList evtlist, long listSize, MIDIEventPacket curPacket, long time, long wordCount, IntPtr words)static MIDIEventPacketMIDI. eventListInit(MIDIEventList evtlist, MIDIProtocolID protocol)static OSStatusMIDI. receivedEventList(MIDIEndpoint src, MIDIEventList evtlist)static OSStatusMIDI. sendEventList(MIDIPort port, MIDIEndpoint dest, MIDIEventList evtlist)Method parameters in org.robovm.apple.coremidi with type arguments of type MIDIEventList Modifier and Type Method Description protected static MIDIErrorMIDIPort. createDestination(MIDIClient client, String name, MIDIProtocolID protocol, MIDIEndpoint.MIDIEndpointPtr outDest, VoidBlock2<MIDIEventList,VoidPtr> readBlock)protected static MIDIErrorMIDIPort. createInputPort(MIDIClient client, String portName, MIDIProtocolID protocol, MIDIPort.MIDIPortPtr outPort, VoidBlock2<MIDIEventList,VoidPtr> receiveBlock)