Uses of Class
org.robovm.apple.coremidi.MIDIThruConnectionEndpoint
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDIThruConnectionEndpoint in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIThruConnectionEndpoint Modifier and Type Method Description MIDIThruConnectionEndpointMIDIThruConnectionParams. getDestinations()MIDIThruConnectionEndpointMIDIThruConnectionParams. getSources()MIDIThruConnectionEndpointMIDIThruConnectionEndpoint. setEndpointRef(MIDIEndpoint endpointRef)MIDIThruConnectionEndpointMIDIThruConnectionEndpoint. setUniqueID(int uniqueID)Methods in org.robovm.apple.coremidi with parameters of type MIDIThruConnectionEndpoint Modifier and Type Method Description MIDIThruConnectionParamsMIDIThruConnectionParams. setDestinations(MIDIThruConnectionEndpoint destinations)MIDIThruConnectionParamsMIDIThruConnectionParams. setSources(MIDIThruConnectionEndpoint sources)Constructors in org.robovm.apple.coremidi with parameters of type MIDIThruConnectionEndpoint Constructor Description MIDIThruConnectionParams(int version, int numSources, MIDIThruConnectionEndpoint sources, int numDestinations, MIDIThruConnectionEndpoint destinations, ByteBuffer channelMap, byte lowVelocity, byte highVelocity, byte lowNote, byte highNote, MIDITransform noteNumber, MIDITransform velocity, MIDITransform keyPressure, MIDITransform channelPressure, MIDITransform programChange, MIDITransform pitchBend, byte filterOutSysEx, byte filterOutMTC, byte filterOutBeatClock, byte filterOutTuneRequest, ByteBuffer reserved2, byte filterOutAllControls, short numControlTransforms, short numMaps, ShortBuffer reserved3)