Uses of Class
org.robovm.apple.coremidi.MIDITransform
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDITransform in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDITransform Modifier and Type Method Description MIDITransformMIDIThruConnectionParams. getChannelPressure()MIDITransformMIDIThruConnectionParams. getKeyPressure()MIDITransformMIDIThruConnectionParams. getNoteNumber()MIDITransformMIDIThruConnectionParams. getPitchBend()MIDITransformMIDIThruConnectionParams. getProgramChange()MIDITransformMIDIThruConnectionParams. getVelocity()MIDITransformMIDITransform. setParam(short param)MIDITransformMIDITransform. setTransform(MIDITransformType transform)Methods in org.robovm.apple.coremidi with parameters of type MIDITransform Modifier and Type Method Description MIDIThruConnectionParamsMIDIThruConnectionParams. setChannelPressure(MIDITransform channelPressure)MIDIThruConnectionParamsMIDIThruConnectionParams. setKeyPressure(MIDITransform keyPressure)MIDIThruConnectionParamsMIDIThruConnectionParams. setNoteNumber(MIDITransform noteNumber)MIDIThruConnectionParamsMIDIThruConnectionParams. setPitchBend(MIDITransform pitchBend)MIDIThruConnectionParamsMIDIThruConnectionParams. setProgramChange(MIDITransform programChange)MIDIThruConnectionParamsMIDIThruConnectionParams. setVelocity(MIDITransform velocity)Constructors in org.robovm.apple.coremidi with parameters of type MIDITransform 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)