Package org.robovm.apple.coremidi
Class MIDIThruConnectionParams
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MIDIThruConnectionParams>
org.robovm.apple.coremidi.MIDIThruConnectionParams
- All Implemented Interfaces:
Iterable<MIDIThruConnectionParams>
public class MIDIThruConnectionParams extends Struct<MIDIThruConnectionParams>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIThruConnectionParams.MIDIThruConnectionParamsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MIDIThruConnectionParams()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) -
Method Summary
Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MIDIThruConnectionParams
public MIDIThruConnectionParams() -
MIDIThruConnectionParams
public 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)
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
-
getNumSources
public int getNumSources() -
setNumSources
-
getSources
-
setSources
-
getNumDestinations
public int getNumDestinations() -
setNumDestinations
-
getDestinations
-
setDestinations
-
getChannelMap
-
setChannelMap
-
getLowVelocity
public byte getLowVelocity() -
setLowVelocity
-
getHighVelocity
public byte getHighVelocity() -
setHighVelocity
-
getLowNote
public byte getLowNote() -
setLowNote
-
getHighNote
public byte getHighNote() -
setHighNote
-
getNoteNumber
-
setNoteNumber
-
getVelocity
-
setVelocity
-
getKeyPressure
-
setKeyPressure
-
getChannelPressure
-
setChannelPressure
-
getProgramChange
-
setProgramChange
-
getPitchBend
-
setPitchBend
-
getFilterOutSysEx
public byte getFilterOutSysEx() -
setFilterOutSysEx
-
getFilterOutMTC
public byte getFilterOutMTC() -
setFilterOutMTC
-
getFilterOutBeatClock
public byte getFilterOutBeatClock() -
setFilterOutBeatClock
-
getFilterOutTuneRequest
public byte getFilterOutTuneRequest() -
setFilterOutTuneRequest
-
getReserved2
-
setReserved2
-
getFilterOutAllControls
public byte getFilterOutAllControls() -
setFilterOutAllControls
-
getNumControlTransforms
public short getNumControlTransforms() -
setNumControlTransforms
-
getNumMaps
public short getNumMaps() -
setNumMaps
-
getReserved3
-
setReserved3
-
initialize
public void initialize()
-